| Группа | Группаch.cmbntr |
|---|---|
| Идентификатор | Идентификаторmodulizer-filetree |
| Версия | Версия0.9.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| modulizer-filetree-0.9.2.pom | |
| modulizer-filetree-0.9.2.jar | 15 KB |
| modulizer-filetree-0.9.2-sources.jar | 6 KB |
| modulizer-filetree-0.9.2-plugin.jar | 1 MB |
| modulizer-filetree-0.9.2-javadoc.jar | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.cmbntr/modulizer-filetree/ -->
<dependency>
<groupId>ch.cmbntr</groupId>
<artifactId>modulizer-filetree</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cmbntr/modulizer-filetree/
implementation 'ch.cmbntr:modulizer-filetree:0.9.2'
// https://jarcasting.com/artifacts/ch.cmbntr/modulizer-filetree/
implementation ("ch.cmbntr:modulizer-filetree:0.9.2")
'ch.cmbntr:modulizer-filetree:jar:0.9.2'
<dependency org="ch.cmbntr" name="modulizer-filetree" rev="0.9.2">
<artifact name="modulizer-filetree" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cmbntr', module='modulizer-filetree', version='0.9.2')
)
libraryDependencies += "ch.cmbntr" % "modulizer-filetree" % "0.9.2"
[ch.cmbntr/modulizer-filetree "0.9.2"]