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