| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.sklsft.commons |
| Идентификатор | Идентификаторcommons-root |
| Последняя версия | Последняя версия4.0.0-M2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSkeleton Commons - Root
Root module of Commons project
|
| Имя Файла | Размер |
|---|---|
| commons-root-4.0.0-M2.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-root</artifactId>
<version>4.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/
implementation 'org.sklsft.commons:commons-root:4.0.0-M2'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-root/
implementation ("org.sklsft.commons:commons-root:4.0.0-M2")
'org.sklsft.commons:commons-root:pom:4.0.0-M2'
<dependency org="org.sklsft.commons" name="commons-root" rev="4.0.0-M2">
<artifact name="commons-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-root', version='4.0.0-M2')
)
libraryDependencies += "org.sklsft.commons" % "commons-root" % "4.0.0-M2"
[org.sklsft.commons/commons-root "4.0.0-M2"]