GroupId | GroupIdcom.ritense.valtimo |
---|---|
ArtifactId | ArtifactIdlocal-resource |
Version | Version9.11.0.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/local-resource/ -->
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>local-resource</artifactId>
<version>9.11.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ritense.valtimo/local-resource/
implementation 'com.ritense.valtimo:local-resource:9.11.0.RELEASE'
// https://jarcasting.com/artifacts/com.ritense.valtimo/local-resource/
implementation ("com.ritense.valtimo:local-resource:9.11.0.RELEASE")
'com.ritense.valtimo:local-resource:pom:9.11.0.RELEASE'
<dependency org="com.ritense.valtimo" name="local-resource" rev="9.11.0.RELEASE">
<artifact name="local-resource" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ritense.valtimo', module='local-resource', version='9.11.0.RELEASE')
)
libraryDependencies += "com.ritense.valtimo" % "local-resource" % "9.11.0.RELEASE"
[com.ritense.valtimo/local-resource "9.11.0.RELEASE"]