| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.moditect |
| Идентификатор | Идентификаторmoditect-aggregator |
| Последняя версия | Последняя версия1.0.0.RC2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеModiTect Aggregator
Module system tooling
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| moditect-aggregator-1.0.0.RC2.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.moditect/moditect-aggregator/ -->
<dependency>
<groupId>org.moditect</groupId>
<artifactId>moditect-aggregator</artifactId>
<version>1.0.0.RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.moditect/moditect-aggregator/
implementation 'org.moditect:moditect-aggregator:1.0.0.RC2'
// https://jarcasting.com/artifacts/org.moditect/moditect-aggregator/
implementation ("org.moditect:moditect-aggregator:1.0.0.RC2")
'org.moditect:moditect-aggregator:pom:1.0.0.RC2'
<dependency org="org.moditect" name="moditect-aggregator" rev="1.0.0.RC2">
<artifact name="moditect-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.moditect', module='moditect-aggregator', version='1.0.0.RC2')
)
libraryDependencies += "org.moditect" % "moditect-aggregator" % "1.0.0.RC2"
[org.moditect/moditect-aggregator "1.0.0.RC2"]