Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jangaroo |
ArtifactId | ArtifactIdproperties-compiler |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.jangaroo/properties-compiler/ -->
<dependency>
<groupId>net.jangaroo</groupId>
<artifactId>properties-compiler</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.jangaroo/properties-compiler/
implementation 'net.jangaroo:properties-compiler:1.0.1'
// https://jarcasting.com/artifacts/net.jangaroo/properties-compiler/
implementation ("net.jangaroo:properties-compiler:1.0.1")
'net.jangaroo:properties-compiler:jar:1.0.1'
<dependency org="net.jangaroo" name="properties-compiler" rev="1.0.1">
<artifact name="properties-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jangaroo', module='properties-compiler', version='1.0.1')
)
libraryDependencies += "net.jangaroo" % "properties-compiler" % "1.0.1"
[net.jangaroo/properties-compiler "1.0.1"]