GroupId | GroupIdorg.opoo.ootp |
---|---|
ArtifactId | ArtifactIdootp-codec |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
ootp-codec-1.3.2.pom | |
ootp-codec-1.3.2.jar | 55 KB |
ootp-codec-1.3.2-sources.jar | 30 KB |
ootp-codec-1.3.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-codec/
implementation 'org.opoo.ootp:ootp-codec:1.3.2'
// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-codec/
implementation ("org.opoo.ootp:ootp-codec:1.3.2")
'org.opoo.ootp:ootp-codec:jar:1.3.2'
<dependency org="org.opoo.ootp" name="ootp-codec" rev="1.3.2">
<artifact name="ootp-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opoo.ootp', module='ootp-codec', version='1.3.2')
)
libraryDependencies += "org.opoo.ootp" % "ootp-codec" % "1.3.2"
[org.opoo.ootp/ootp-codec "1.3.2"]