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