Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.xp-framework |
ArtifactId | ArtifactIdpom |
Version | Version5.8.10 |
Type | Typepom |
Filename | Size |
---|---|
pom-5.8.10.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.xp-framework/pom/ -->
<dependency>
<groupId>net.xp-framework</groupId>
<artifactId>pom</artifactId>
<version>5.8.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.xp-framework/pom/
implementation 'net.xp-framework:pom:5.8.10'
// https://jarcasting.com/artifacts/net.xp-framework/pom/
implementation ("net.xp-framework:pom:5.8.10")
'net.xp-framework:pom:pom:5.8.10'
<dependency org="net.xp-framework" name="pom" rev="5.8.10">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.xp-framework', module='pom', version='5.8.10')
)
libraryDependencies += "net.xp-framework" % "pom" % "5.8.10"
[net.xp-framework/pom "5.8.10"]