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