| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.chrisjaehnen.openlib |
| Идентификатор | Идентификаторmaster-parent |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеOpenLib Master Parent POM
master-parent is an Apache Maven master parent POM that contains the shared dependencies and properties for all
OpenLib Java libraries
|
| Имя Файла | Размер |
|---|---|
| master-parent-1.0.0.pom | 19 KB |
| master-parent-1.0.0-tests.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/master-parent/ -->
<dependency>
<groupId>org.chrisjaehnen.openlib</groupId>
<artifactId>master-parent</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/master-parent/
implementation 'org.chrisjaehnen.openlib:master-parent:1.0.0'
// https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/master-parent/
implementation ("org.chrisjaehnen.openlib:master-parent:1.0.0")
'org.chrisjaehnen.openlib:master-parent:jar:1.0.0'
<dependency org="org.chrisjaehnen.openlib" name="master-parent" rev="1.0.0">
<artifact name="master-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chrisjaehnen.openlib', module='master-parent', version='1.0.0')
)
libraryDependencies += "org.chrisjaehnen.openlib" % "master-parent" % "1.0.0"
[org.chrisjaehnen.openlib/master-parent "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| joda-time : joda-time | jar | 2.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| org.slf4j : jul-to-slf4j | jar | 1.7.7 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.7 |
| ch.qos.logback : logback-core | jar | 1.1.2 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.2 |
| org.unitils : unitils-core | jar | 3.4.1 |