GroupId | GroupIdorg.j4j |
---|---|
ArtifactId | ArtifactIdj4j |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
j4j-1.0.pom | |
j4j-1.0.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.j4j/j4j/ -->
<dependency>
<groupId>org.j4j</groupId>
<artifactId>j4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.j4j/j4j/
implementation 'org.j4j:j4j:1.0'
// https://jarcasting.com/artifacts/org.j4j/j4j/
implementation ("org.j4j:j4j:1.0")
'org.j4j:j4j:jar:1.0'
<dependency org="org.j4j" name="j4j" rev="1.0">
<artifact name="j4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.j4j', module='j4j', version='1.0')
)
libraryDependencies += "org.j4j" % "j4j" % "1.0"
[org.j4j/j4j "1.0"]