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