-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-java.json
More file actions
41 lines (41 loc) · 1.61 KB
/
config-java.json
File metadata and controls
41 lines (41 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"snapshotVersion": false,
"useRuntimeException": true,
"developerEmail": "core@conekta.com",
"developerName": "Conekta API Core Team",
"developerOrganization": "Conekta, Inc.",
"developerOrganizationUrl": "https://www.conekta.io",
"artifactUrl": "https://developers.conekta.com/",
"artifactVersion": "7.0.3",
"modelPackage": "com.conekta.model",
"licenseName": "MIT License",
"invokerPackage": "com.conekta",
"licenseUrl": "https://www.opensource.org/licenses/mit-license.php",
"apiPackage": "com.conekta",
"artifactDescription": "This is a java library that allows interaction with https://api.conekta.io API.",
"artifactId": "ct-conekta-java",
"groupId": "io.conekta",
"useJakartaEe" : false,
"scmConnection": "scm:git:git@github.com:conekta/ct-conekta-java.git",
"scmDeveloperConnection": "scm:git:git@github.com:conekta/ct-conekta-java.git",
"scmUrl": "https://github.com/conekta/ct-conekta-java/tree/main",
"library": "jersey2",
"files": {
"/local/AUTHORS.md": {},
"/local/CODE_OF_CONDUCT.md": {},
"/local/LICENSE": {},
"VERSION.mustache" : {
"templateType": "SupportingFiles",
"destinationFilename": "VERSION"
}
},
"javaMinVersion": 11,
"swagger1AnnotationLibrary": false,
"javaxPackage": "javax",
"templateDir": "local/templates/java/jersey2",
"disallowAdditionalPropertiesIfNotPresent": true,
"useOneOfDiscriminatorLookup": true,
"serializationLibrary": "jackson",
"httpUserAgent": "Conekta/v2 JavaBindings/7.0.3",
"openApiNullable" : false
}