is not current version
Last Version 0.5

net.wetheinter:xapi-dev-api 0.4

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.4
Type

Type

jar

Download xapi-dev-api 0.4


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