GroupId | GroupIdch.cmbntr |
---|---|
ArtifactId | ArtifactIdmodulizer-bootstrap |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
modulizer-bootstrap-0.9.8.pom | |
modulizer-bootstrap-0.9.8.jar | 45 KB |
modulizer-bootstrap-0.9.8-sources.jar | 18 KB |
modulizer-bootstrap-0.9.8-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cmbntr/modulizer-bootstrap/ -->
<dependency>
<groupId>ch.cmbntr</groupId>
<artifactId>modulizer-bootstrap</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cmbntr/modulizer-bootstrap/
implementation 'ch.cmbntr:modulizer-bootstrap:0.9.8'
// https://jarcasting.com/artifacts/ch.cmbntr/modulizer-bootstrap/
implementation ("ch.cmbntr:modulizer-bootstrap:0.9.8")
'ch.cmbntr:modulizer-bootstrap:jar:0.9.8'
<dependency org="ch.cmbntr" name="modulizer-bootstrap" rev="0.9.8">
<artifact name="modulizer-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cmbntr', module='modulizer-bootstrap', version='0.9.8')
)
libraryDependencies += "ch.cmbntr" % "modulizer-bootstrap" % "0.9.8"
[ch.cmbntr/modulizer-bootstrap "0.9.8"]