Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-shed |
Version | Version1.0.13 |
Type | Typejar |
Filename | Size |
---|---|
truecommons-shed-1.0.13.pom | |
truecommons-shed-1.0.13.jar | 53 KB |
truecommons-shed-1.0.13-tests.jar | 108 KB |
truecommons-shed-1.0.13-test-sources.jar | 15 KB |
truecommons-shed-1.0.13-sources.jar | 42 KB |
truecommons-shed-1.0.13-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-shed/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-shed</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-shed/
implementation 'net.java.truecommons:truecommons-shed:1.0.13'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-shed/
implementation ("net.java.truecommons:truecommons-shed:1.0.13")
'net.java.truecommons:truecommons-shed:jar:1.0.13'
<dependency org="net.java.truecommons" name="truecommons-shed" rev="1.0.13">
<artifact name="truecommons-shed" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-shed', version='1.0.13')
)
libraryDependencies += "net.java.truecommons" % "truecommons-shed" % "1.0.13"
[net.java.truecommons/truecommons-shed "1.0.13"]