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