GroupId | GroupIduk.org.retep |
---|---|
ArtifactId | ArtifactIdretepMicroKernel |
Version | Version10.5 |
Type | Typepom |
Filename | Size |
---|---|
retepMicroKernel-10.5.pom | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep/retepMicroKernel/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>retepMicroKernel</artifactId>
<version>10.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/retepMicroKernel/
implementation 'uk.org.retep:retepMicroKernel:10.5'
// https://jarcasting.com/artifacts/uk.org.retep/retepMicroKernel/
implementation ("uk.org.retep:retepMicroKernel:10.5")
'uk.org.retep:retepMicroKernel:pom:10.5'
<dependency org="uk.org.retep" name="retepMicroKernel" rev="10.5">
<artifact name="retepMicroKernel" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='retepMicroKernel', version='10.5')
)
libraryDependencies += "uk.org.retep" % "retepMicroKernel" % "10.5"
[uk.org.retep/retepMicroKernel "10.5"]