GroupId | GroupIdorg.opoo.ootp |
---|---|
ArtifactId | ArtifactIdootp-codec |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
ootp-codec-1.3.0.pom | |
ootp-codec-1.3.0.jar | 55 KB |
ootp-codec-1.3.0-sources.jar | 29 KB |
ootp-codec-1.3.0-javadoc.jar | 223 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opoo.ootp/ootp-codec/ -->
<dependency>
<groupId>org.opoo.ootp</groupId>
<artifactId>ootp-codec</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-codec/
implementation 'org.opoo.ootp:ootp-codec:1.3.0'
// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-codec/
implementation ("org.opoo.ootp:ootp-codec:1.3.0")
'org.opoo.ootp:ootp-codec:jar:1.3.0'
<dependency org="org.opoo.ootp" name="ootp-codec" rev="1.3.0">
<artifact name="ootp-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opoo.ootp', module='ootp-codec', version='1.3.0')
)
libraryDependencies += "org.opoo.ootp" % "ootp-codec" % "1.3.0"
[org.opoo.ootp/ootp-codec "1.3.0"]