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