github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/openapi-generator/java_lang.yaml (about)

     1  '!include': shared.yaml
     2  generatorName: java
     3  outputDir: clients/java
     4  apiPackage: com.phrase.client.api
     5  artifactId: phrase-java
     6  artifactUrl: https://developers.phrase.com
     7  artifactVersion: 2.1.0
     8  artifactDescription: Java Client for Phrase Strings API
     9  developerEmail: support@phrase.com
    10  developerName: Phrase
    11  developerOrganization: Phrase.com
    12  developerOrganizationUrl: https://phrase.com/
    13  groupId: com.phrase
    14  invokerPackage: com.phrase.client
    15  licenseName: MIT
    16  licenseUrl: https://choosealicense.com/licenses/mit/
    17  modelPackage: com.phrase.client.model
    18  scmConnection: scm:git:git@github.com:phrase/openapi.git
    19  scmDeveloperConnection: scm:git:git@github.com:phrase/openapi.git
    20  scmUrl: https://github.com/phrase/openapi
    21  java8: true
    22  dateLibrary: java8
    23  templateDir: openapi-generator/templates/java