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