| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.refcodes |
| Идентификатор | Идентификаторrefcodes-properties |
| Версия | Версия2.1.2 |
| Тип | Типjar |
| Описание |
Описаниеorg.refcodes:refcodes-properties
This artifact provides means to read configuration data from various
different locations such as properties from JAR files, file system
files or remote HTTP addresses or GIT repositories.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| refcodes-properties-2.1.2.pom | |
| refcodes-properties-2.1.2.jar | 151 KB |
| refcodes-properties-2.1.2-tests.jar | 58 KB |
| refcodes-properties-2.1.2-test-sources.jar | 39 KB |
| refcodes-properties-2.1.2-sources.jar | 112 KB |
| refcodes-properties-2.1.2-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-properties/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-properties</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-properties/
implementation 'org.refcodes:refcodes-properties:2.1.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-properties/
implementation ("org.refcodes:refcodes-properties:2.1.2")
'org.refcodes:refcodes-properties:jar:2.1.2'
<dependency org="org.refcodes" name="refcodes-properties" rev="2.1.2">
<artifact name="refcodes-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-properties', version='2.1.2')
)
libraryDependencies += "org.refcodes" % "refcodes-properties" % "2.1.2"
[org.refcodes/refcodes-properties "2.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.refcodes : refcodes-runtime | jar | 2.1.2 |
| org.refcodes : refcodes-component | jar | 2.1.2 |
| org.refcodes : refcodes-struct-ext-factory | jar | 2.1.2 |
| org.refcodes : refcodes-licensing | jar | 2.1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |