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