Categories |
CategoriesJava Languages OTP-Java Security |
---|---|
GroupId | GroupIdcom.github.bastiaanjansen |
ArtifactId | ArtifactIdotp-java |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
otp-java-1.3.2.pom | |
otp-java-1.3.2.jar | 17 KB |
otp-java-1.3.2-sources.jar | 11 KB |
otp-java-1.3.2-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bastiaanjansen/otp-java/ -->
<dependency>
<groupId>com.github.bastiaanjansen</groupId>
<artifactId>otp-java</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bastiaanjansen/otp-java/
implementation 'com.github.bastiaanjansen:otp-java:1.3.2'
// https://jarcasting.com/artifacts/com.github.bastiaanjansen/otp-java/
implementation ("com.github.bastiaanjansen:otp-java:1.3.2")
'com.github.bastiaanjansen:otp-java:jar:1.3.2'
<dependency org="com.github.bastiaanjansen" name="otp-java" rev="1.3.2">
<artifact name="otp-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bastiaanjansen', module='otp-java', version='1.3.2')
)
libraryDependencies += "com.github.bastiaanjansen" % "otp-java" % "1.3.2"
[com.github.bastiaanjansen/otp-java "1.3.2"]