GroupId | GroupIdch.fortysix |
---|---|
ArtifactId | ArtifactIdresource-bundle-processor |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-processor/ -->
<dependency>
<groupId>ch.fortysix</groupId>
<artifactId>resource-bundle-processor</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-processor/
implementation 'ch.fortysix:resource-bundle-processor:0.0.2'
// https://jarcasting.com/artifacts/ch.fortysix/resource-bundle-processor/
implementation ("ch.fortysix:resource-bundle-processor:0.0.2")
'ch.fortysix:resource-bundle-processor:jar:0.0.2'
<dependency org="ch.fortysix" name="resource-bundle-processor" rev="0.0.2">
<artifact name="resource-bundle-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.fortysix', module='resource-bundle-processor', version='0.0.2')
)
libraryDependencies += "ch.fortysix" % "resource-bundle-processor" % "0.0.2"
[ch.fortysix/resource-bundle-processor "0.0.2"]