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