is not current version
Last Version 0.5

net.wetheinter:xapi-jre-inject 0.4

All jre-specific runtime implementation for dependency injection goes in here. Note that the xapi-core-inject core library can operate without runtime support; so long as your services are correctly mapped in META-INF, you will not need runtime classpath scanning or bytecode lookup.

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-jre-inject
Version

Version

0.4
Type

Type

jar

Download xapi-jre-inject 0.4


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