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