GroupId | GroupIduk.org.retep.microkernel |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version9.8-RC1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-9.8-RC1.pom | |
bootstrap-9.8-RC1.jar | 8 KB |
bootstrap-9.8-RC1-sources.jar | 5 KB |
bootstrap-9.8-RC1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel/bootstrap/ -->
<dependency>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>bootstrap</artifactId>
<version>9.8-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/bootstrap/
implementation 'uk.org.retep.microkernel:bootstrap:9.8-RC1'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/bootstrap/
implementation ("uk.org.retep.microkernel:bootstrap:9.8-RC1")
'uk.org.retep.microkernel:bootstrap:jar:9.8-RC1'
<dependency org="uk.org.retep.microkernel" name="bootstrap" rev="9.8-RC1">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel', module='bootstrap', version='9.8-RC1')
)
libraryDependencies += "uk.org.retep.microkernel" % "bootstrap" % "9.8-RC1"
[uk.org.retep.microkernel/bootstrap "9.8-RC1"]