| GroupId | GroupIdch.cmbntr |
|---|---|
| ArtifactId | ArtifactIdmodulizer-filetree |
| Version | Version0.9.6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.cmbntr/modulizer-filetree/ -->
<dependency>
<groupId>ch.cmbntr</groupId>
<artifactId>modulizer-filetree</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cmbntr/modulizer-filetree/
implementation 'ch.cmbntr:modulizer-filetree:0.9.6'
// https://jarcasting.com/artifacts/ch.cmbntr/modulizer-filetree/
implementation ("ch.cmbntr:modulizer-filetree:0.9.6")
'ch.cmbntr:modulizer-filetree:jar:0.9.6'
<dependency org="ch.cmbntr" name="modulizer-filetree" rev="0.9.6">
<artifact name="modulizer-filetree" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cmbntr', module='modulizer-filetree', version='0.9.6')
)
libraryDependencies += "ch.cmbntr" % "modulizer-filetree" % "0.9.6"
[ch.cmbntr/modulizer-filetree "0.9.6"]