| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.dihedron.commons |
| Идентификатор | Идентификаторcommons |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCommon Utilities Library
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-0.1.1.pom | |
| commons-0.1.1.jar | 95 KB |
| commons-0.1.1-sources.jar | 108 KB |
| commons-0.1.1-javadoc.jar | 477 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.dihedron.commons/commons/ -->
<dependency>
<groupId>org.dihedron.commons</groupId>
<artifactId>commons</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.commons/commons/
implementation 'org.dihedron.commons:commons:0.1.1'
// https://jarcasting.com/artifacts/org.dihedron.commons/commons/
implementation ("org.dihedron.commons:commons:0.1.1")
'org.dihedron.commons:commons:jar:0.1.1'
<dependency org="org.dihedron.commons" name="commons" rev="0.1.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.commons', module='commons', version='0.1.1')
)
libraryDependencies += "org.dihedron.commons" % "commons" % "0.1.1"
[org.dihedron.commons/commons "0.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.11 |