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