Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-shed |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
truecommons-shed-2.4.pom | |
truecommons-shed-2.4.jar | 60 KB |
truecommons-shed-2.4-tests.jar | 90 KB |
truecommons-shed-2.4-test-sources.jar | 18 KB |
truecommons-shed-2.4-sources.jar | 47 KB |
truecommons-shed-2.4-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-shed/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-shed</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-shed/
implementation 'net.java.truecommons:truecommons-shed:2.4'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-shed/
implementation ("net.java.truecommons:truecommons-shed:2.4")
'net.java.truecommons:truecommons-shed:jar:2.4'
<dependency org="net.java.truecommons" name="truecommons-shed" rev="2.4">
<artifact name="truecommons-shed" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-shed', version='2.4')
)
libraryDependencies += "net.java.truecommons" % "truecommons-shed" % "2.4"
[net.java.truecommons/truecommons-shed "2.4"]