Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jangaroo |
ArtifactId | ArtifactIdproperties-compiler |
Version | Version0.7.8 |
Type | Typejar |
Filename | Size |
---|---|
properties-compiler-0.7.8.pom | |
properties-compiler-0.7.8.jar | 11 KB |
properties-compiler-0.7.8-sources.jar | 5 KB |
properties-compiler-0.7.8-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jangaroo/properties-compiler/ -->
<dependency>
<groupId>net.jangaroo</groupId>
<artifactId>properties-compiler</artifactId>
<version>0.7.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.jangaroo/properties-compiler/
implementation 'net.jangaroo:properties-compiler:0.7.8'
// https://jarcasting.com/artifacts/net.jangaroo/properties-compiler/
implementation ("net.jangaroo:properties-compiler:0.7.8")
'net.jangaroo:properties-compiler:jar:0.7.8'
<dependency org="net.jangaroo" name="properties-compiler" rev="0.7.8">
<artifact name="properties-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jangaroo', module='properties-compiler', version='0.7.8')
)
libraryDependencies += "net.jangaroo" % "properties-compiler" % "0.7.8"
[net.jangaroo/properties-compiler "0.7.8"]