Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-services |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
truecommons-services-1.0.1.pom | |
truecommons-services-1.0.1.jar | 19 KB |
truecommons-services-1.0.1-sources.jar | 18 KB |
truecommons-services-1.0.1-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-services</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/
implementation 'net.java.truecommons:truecommons-services:1.0.1'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/
implementation ("net.java.truecommons:truecommons-services:1.0.1")
'net.java.truecommons:truecommons-services:jar:1.0.1'
<dependency org="net.java.truecommons" name="truecommons-services" rev="1.0.1">
<artifact name="truecommons-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-services', version='1.0.1')
)
libraryDependencies += "net.java.truecommons" % "truecommons-services" % "1.0.1"
[net.java.truecommons/truecommons-services "1.0.1"]