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