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