| Categories | 
                CategoriesJSON Data | 
        
|---|---|
| GroupId | GroupIdcom.github.jinahya | 
    
| ArtifactId | ArtifactIdjson-retrotranslated | 
    
| Version | Version20171018 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.jinahya/json-retrotranslated/ -->
<dependency>
    <groupId>com.github.jinahya</groupId>
    <artifactId>json-retrotranslated</artifactId>
    <version>20171018</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.jinahya/json-retrotranslated/
implementation 'com.github.jinahya:json-retrotranslated:20171018'
                // https://jarcasting.com/artifacts/com.github.jinahya/json-retrotranslated/
implementation ("com.github.jinahya:json-retrotranslated:20171018")
                'com.github.jinahya:json-retrotranslated:jar:20171018'
                <dependency org="com.github.jinahya" name="json-retrotranslated" rev="20171018">
  <artifact name="json-retrotranslated" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.jinahya', module='json-retrotranslated', version='20171018')
)
                libraryDependencies += "com.github.jinahya" % "json-retrotranslated" % "20171018"
                [com.github.jinahya/json-retrotranslated "20171018"]