Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.cactusthorn.config |
ArtifactId | ArtifactIdcore |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
core-0.10.pom | |
core-0.10.jar | 32 KB |
core-0.10-sources.jar | 15 KB |
core-0.10-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.config/core/ -->
<dependency>
<groupId>net.cactusthorn.config</groupId>
<artifactId>core</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.config/core/
implementation 'net.cactusthorn.config:core:0.10'
// https://jarcasting.com/artifacts/net.cactusthorn.config/core/
implementation ("net.cactusthorn.config:core:0.10")
'net.cactusthorn.config:core:jar:0.10'
<dependency org="net.cactusthorn.config" name="core" rev="0.10">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.config', module='core', version='0.10')
)
libraryDependencies += "net.cactusthorn.config" % "core" % "0.10"
[net.cactusthorn.config/core "0.10"]