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