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