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