is not current version
Last Version 2.5.0

net.java.truecommons:truecommons-services 1.0.2

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.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.truecommons
ArtifactId

ArtifactId

truecommons-services
Version

Version

1.0.2
Type

Type

jar

Download truecommons-services 1.0.2


<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/ -->
<dependency>
    <groupId>net.java.truecommons</groupId>
    <artifactId>truecommons-services</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/
implementation 'net.java.truecommons:truecommons-services:1.0.2'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-services/
implementation ("net.java.truecommons:truecommons-services:1.0.2")
'net.java.truecommons:truecommons-services:jar:1.0.2'
<dependency org="net.java.truecommons" name="truecommons-services" rev="1.0.2">
  <artifact name="truecommons-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-services', version='1.0.2')
)
libraryDependencies += "net.java.truecommons" % "truecommons-services" % "1.0.2"
[net.java.truecommons/truecommons-services "1.0.2"]