License |
License |
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-services |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueCommons Services
Provides service location which is designed to work well in both JEE
and OSGi environments and perfectly fits the dependency injection idiom
with support for JSR 330.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
truecommons-services-2.5.0.pom | |
truecommons-services-2.5.0.jar | 19 KB |
truecommons-services-2.5.0-sources.jar | 18 KB |
truecommons-services-2.5.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>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/
implementation 'net.java.truecommons:truecommons-services:2.5.0'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/
implementation ("net.java.truecommons:truecommons-services:2.5.0")
'net.java.truecommons:truecommons-services:jar:2.5.0'
<dependency org="net.java.truecommons" name="truecommons-services" rev="2.5.0">
<artifact name="truecommons-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-services', version='2.5.0')
)
libraryDependencies += "net.java.truecommons" % "truecommons-services" % "2.5.0"
[net.java.truecommons/truecommons-services "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
net.java.truecommons : truecommons-logging | jar | 2.5.0 |
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |