Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.mfjassociates.tools |
ArtifactId | ArtifactIdjava-chest |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
java-chest-1.0.2.pom | |
java-chest-1.0.2.jar | 8 KB |
java-chest-1.0.2-sources.jar | 2 KB |
java-chest-1.0.2-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.mfjassociates.tools/java-chest/ -->
<dependency>
<groupId>net.mfjassociates.tools</groupId>
<artifactId>java-chest</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.mfjassociates.tools/java-chest/
implementation 'net.mfjassociates.tools:java-chest:1.0.2'
// https://jarcasting.com/artifacts/net.mfjassociates.tools/java-chest/
implementation ("net.mfjassociates.tools:java-chest:1.0.2")
'net.mfjassociates.tools:java-chest:jar:1.0.2'
<dependency org="net.mfjassociates.tools" name="java-chest" rev="1.0.2">
<artifact name="java-chest" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mfjassociates.tools', module='java-chest', version='1.0.2')
)
libraryDependencies += "net.mfjassociates.tools" % "java-chest" % "1.0.2"
[net.mfjassociates.tools/java-chest "1.0.2"]