| Лицензия |
Лицензия
GPLv3 with Classpath Exception
|
|---|---|
| Группа | Группаcom.cedarsoft |
| Идентификатор | Идентификаторdependencies-sets |
| Последняя версия | Последняя версия8.9.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcedarsoft Dependency Sets Parent
cedarsoft Open Source projects
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dependencies-sets-8.9.0.pom | 1 KB |
| dependencies-sets-8.9.0-tests.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/dependencies-sets/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>dependencies-sets</artifactId>
<version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/dependencies-sets/
implementation 'com.cedarsoft:dependencies-sets:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft/dependencies-sets/
implementation ("com.cedarsoft:dependencies-sets:8.9.0")
'com.cedarsoft:dependencies-sets:jar:8.9.0'
<dependency org="com.cedarsoft" name="dependencies-sets" rev="8.9.0">
<artifact name="dependencies-sets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='dependencies-sets', version='8.9.0')
)
libraryDependencies += "com.cedarsoft" % "dependencies-sets" % "8.9.0"
[com.cedarsoft/dependencies-sets "8.9.0"]