GroupId | GroupIdca.nexapp |
---|---|
ArtifactId | ArtifactIdnexapp-kore-commons |
Version | Version0.0.1-R3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ca.nexapp/nexapp-kore-commons/ -->
<dependency>
<groupId>ca.nexapp</groupId>
<artifactId>nexapp-kore-commons</artifactId>
<version>0.0.1-R3</version>
</dependency>
// https://jarcasting.com/artifacts/ca.nexapp/nexapp-kore-commons/
implementation 'ca.nexapp:nexapp-kore-commons:0.0.1-R3'
// https://jarcasting.com/artifacts/ca.nexapp/nexapp-kore-commons/
implementation ("ca.nexapp:nexapp-kore-commons:0.0.1-R3")
'ca.nexapp:nexapp-kore-commons:jar:0.0.1-R3'
<dependency org="ca.nexapp" name="nexapp-kore-commons" rev="0.0.1-R3">
<artifact name="nexapp-kore-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.nexapp', module='nexapp-kore-commons', version='0.0.1-R3')
)
libraryDependencies += "ca.nexapp" % "nexapp-kore-commons" % "0.0.1-R3"
[ca.nexapp/nexapp-kore-commons "0.0.1-R3"]