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