License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdxapi-dev-api |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionXApi - Common dev mode tools
Tools for doing shared dev-mode things;
classpath scanning, task dispatching, shell scripting...
|
Project Organization |
Project OrganizationThe Internet Party |
Filename | Size |
---|---|
xapi-dev-api-0.5.pom | |
xapi-dev-api-0.5.jar | 15 KB |
xapi-dev-api-0.5-tests.jar | 1 KB |
xapi-dev-api-0.5-sources.jar | 6 KB |
xapi-dev-api-0.5-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-api/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-dev-api</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-api/
implementation 'net.wetheinter:xapi-dev-api:0.5'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-api/
implementation ("net.wetheinter:xapi-dev-api:0.5")
'net.wetheinter:xapi-dev-api:jar:0.5'
<dependency org="net.wetheinter" name="xapi-dev-api" rev="0.5">
<artifact name="xapi-dev-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-dev-api', version='0.5')
)
libraryDependencies += "net.wetheinter" % "xapi-dev-api" % "0.5"
[net.wetheinter/xapi-dev-api "0.5"]
Group / Artifact | Type | Version |
---|---|---|
net.wetheinter : xapi-core-util | jar | 0.5 |