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