is not current version
Last Version 0.5

net.wetheinter:xapi-dev-api 0.3

Tools for doing shared dev-mode things; classpath scanning, task dispatching, shell scripting...

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-dev-api
Version

Version

0.3
Type

Type

jar

Download xapi-dev-api 0.3


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