Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdxapi-jre-inject |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
xapi-jre-inject-0.3.pom | |
xapi-jre-inject-0.3.jar | 8 KB |
xapi-jre-inject-0.3-sources.jar | 3 KB |
xapi-jre-inject-0.3-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-jre-inject/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-jre-inject</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-jre-inject/
implementation 'net.wetheinter:xapi-jre-inject:0.3'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-jre-inject/
implementation ("net.wetheinter:xapi-jre-inject:0.3")
'net.wetheinter:xapi-jre-inject:jar:0.3'
<dependency org="net.wetheinter" name="xapi-jre-inject" rev="0.3">
<artifact name="xapi-jre-inject" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-jre-inject', version='0.3')
)
libraryDependencies += "net.wetheinter" % "xapi-jre-inject" % "0.3"
[net.wetheinter/xapi-jre-inject "0.3"]