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