Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.cactusthorn.config |
ArtifactId | ArtifactIdroot |
Version | Version0.30 |
Type | Typepom |
Filename | Size |
---|---|
root-0.30.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.config/root/ -->
<dependency>
<groupId>net.cactusthorn.config</groupId>
<artifactId>root</artifactId>
<version>0.30</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.config/root/
implementation 'net.cactusthorn.config:root:0.30'
// https://jarcasting.com/artifacts/net.cactusthorn.config/root/
implementation ("net.cactusthorn.config:root:0.30")
'net.cactusthorn.config:root:pom:0.30'
<dependency org="net.cactusthorn.config" name="root" rev="0.30">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.config', module='root', version='0.30')
)
libraryDependencies += "net.cactusthorn.config" % "root" % "0.30"
[net.cactusthorn.config/root "0.30"]