| GroupId | GroupIdcom.github.jshaptic |
|---|---|
| ArtifactId | ArtifactIdjs4j |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| js4j-0.1.0.pom | |
| js4j-0.1.0.jar | 33 KB |
| js4j-0.1.0-sources.jar | 22 KB |
| js4j-0.1.0-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jshaptic/js4j/ -->
<dependency>
<groupId>com.github.jshaptic</groupId>
<artifactId>js4j</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jshaptic/js4j/
implementation 'com.github.jshaptic:js4j:0.1.0'
// https://jarcasting.com/artifacts/com.github.jshaptic/js4j/
implementation ("com.github.jshaptic:js4j:0.1.0")
'com.github.jshaptic:js4j:jar:0.1.0'
<dependency org="com.github.jshaptic" name="js4j" rev="0.1.0">
<artifact name="js4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jshaptic', module='js4j', version='0.1.0')
)
libraryDependencies += "com.github.jshaptic" % "js4j" % "0.1.0"
[com.github.jshaptic/js4j "0.1.0"]