GroupId | GroupIduk.org.retep.microkernel |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version9.8.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-9.8.1.pom | |
bootstrap-9.8.1.jar | 8 KB |
bootstrap-9.8.1-sources.jar | 5 KB |
bootstrap-9.8.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/bootstrap/
implementation 'uk.org.retep.microkernel:bootstrap:9.8.1'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/bootstrap/
implementation ("uk.org.retep.microkernel:bootstrap:9.8.1")
'uk.org.retep.microkernel:bootstrap:jar:9.8.1'
<dependency org="uk.org.retep.microkernel" name="bootstrap" rev="9.8.1">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel', module='bootstrap', version='9.8.1')
)
libraryDependencies += "uk.org.retep.microkernel" % "bootstrap" % "9.8.1"
[uk.org.retep.microkernel/bootstrap "9.8.1"]