License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdxapi-dev-template |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionXApi - Code Generator Templates
A templating system for using in creating cross-platform frameworks.
|
Project Organization |
Project OrganizationThe Internet Party |
Filename | Size |
---|---|
xapi-dev-template-0.5.pom | |
xapi-dev-template-0.5.jar | 20 KB |
xapi-dev-template-0.5-tests.jar | 5 KB |
xapi-dev-template-0.5-sources.jar | 15 KB |
xapi-dev-template-0.5-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-template/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>xapi-dev-template</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-template/
implementation 'net.wetheinter:xapi-dev-template:0.5'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-dev-template/
implementation ("net.wetheinter:xapi-dev-template:0.5")
'net.wetheinter:xapi-dev-template:jar:0.5'
<dependency org="net.wetheinter" name="xapi-dev-template" rev="0.5">
<artifact name="xapi-dev-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-dev-template', version='0.5')
)
libraryDependencies += "net.wetheinter" % "xapi-dev-template" % "0.5"
[net.wetheinter/xapi-dev-template "0.5"]
Group / Artifact | Type | Version |
---|---|---|
net.wetheinter : xapi-core-log | jar | 0.5 |
net.wetheinter : xapi-core-args | jar | 0.5 |
net.wetheinter : xapi-dev-source | jar | 0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |