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