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