GroupId | GroupIdcom.github.codemonstur |
---|---|
ArtifactId | ArtifactIdjs3 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
js3-1.0.0.pom | |
js3-1.0.0.jar | 29 KB |
js3-1.0.0-sources.jar | 15 KB |
js3-1.0.0-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codemonstur/js3/ -->
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>js3</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/js3/
implementation 'com.github.codemonstur:js3:1.0.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/js3/
implementation ("com.github.codemonstur:js3:1.0.0")
'com.github.codemonstur:js3:jar:1.0.0'
<dependency org="com.github.codemonstur" name="js3" rev="1.0.0">
<artifact name="js3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='js3', version='1.0.0')
)
libraryDependencies += "com.github.codemonstur" % "js3" % "1.0.0"
[com.github.codemonstur/js3 "1.0.0"]