Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-services |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
truecommons-services-1.0.9.pom | |
truecommons-services-1.0.9.jar | 21 KB |
truecommons-services-1.0.9-sources.jar | 18 KB |
truecommons-services-1.0.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/
implementation 'net.java.truecommons:truecommons-services:1.0.9'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/
implementation ("net.java.truecommons:truecommons-services:1.0.9")
'net.java.truecommons:truecommons-services:jar:1.0.9'
<dependency org="net.java.truecommons" name="truecommons-services" rev="1.0.9">
<artifact name="truecommons-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-services', version='1.0.9')
)
libraryDependencies += "net.java.truecommons" % "truecommons-services" % "1.0.9"
[net.java.truecommons/truecommons-services "1.0.9"]