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