| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.saar25 |
| Идентификатор | ИдентификаторJProperty |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеJProperty
Java utility library that provides properties
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| JProperty-1.0.1.pom | |
| JProperty-1.0.1.jar | 28 KB |
| JProperty-1.0.1-sources.jar | 12 KB |
| JProperty-1.0.1-javadoc.jar | 253 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.saar25/JProperty/ -->
<dependency>
<groupId>com.github.saar25</groupId>
<artifactId>JProperty</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.saar25/JProperty/
implementation 'com.github.saar25:JProperty:1.0.1'
// https://jarcasting.com/artifacts/com.github.saar25/JProperty/
implementation ("com.github.saar25:JProperty:1.0.1")
'com.github.saar25:JProperty:jar:1.0.1'
<dependency org="com.github.saar25" name="JProperty" rev="1.0.1">
<artifact name="JProperty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.saar25', module='JProperty', version='1.0.1')
)
libraryDependencies += "com.github.saar25" % "JProperty" % "1.0.1"
[com.github.saar25/JProperty "1.0.1"]