GroupId | GroupIdcom.googlecode.jinahya |
---|---|
ArtifactId | ArtifactIdbit-io-retrotranslated |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.jinahya/bit-io-retrotranslated/ -->
<dependency>
<groupId>com.googlecode.jinahya</groupId>
<artifactId>bit-io-retrotranslated</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jinahya/bit-io-retrotranslated/
implementation 'com.googlecode.jinahya:bit-io-retrotranslated:1.0'
// https://jarcasting.com/artifacts/com.googlecode.jinahya/bit-io-retrotranslated/
implementation ("com.googlecode.jinahya:bit-io-retrotranslated:1.0")
'com.googlecode.jinahya:bit-io-retrotranslated:jar:1.0'
<dependency org="com.googlecode.jinahya" name="bit-io-retrotranslated" rev="1.0">
<artifact name="bit-io-retrotranslated" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jinahya', module='bit-io-retrotranslated', version='1.0')
)
libraryDependencies += "com.googlecode.jinahya" % "bit-io-retrotranslated" % "1.0"
[com.googlecode.jinahya/bit-io-retrotranslated "1.0"]