| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.developframework |
| Идентификатор | Идентификаторproperties-scanner |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
Описаниеproperties-scanner
The project can easily read configuration files, read the configuration information to the entity class.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| properties-scanner-1.0.0.pom | |
| properties-scanner-1.0.0.jar | 8 KB |
| properties-scanner-1.0.0-sources.jar | 3 KB |
| properties-scanner-1.0.0-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.developframework/properties-scanner/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>properties-scanner</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/properties-scanner/
implementation 'com.github.developframework:properties-scanner:1.0.0'
// https://jarcasting.com/artifacts/com.github.developframework/properties-scanner/
implementation ("com.github.developframework:properties-scanner:1.0.0")
'com.github.developframework:properties-scanner:jar:1.0.0'
<dependency org="com.github.developframework" name="properties-scanner" rev="1.0.0">
<artifact name="properties-scanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='properties-scanner', version='1.0.0')
)
libraryDependencies += "com.github.developframework" % "properties-scanner" % "1.0.0"
[com.github.developframework/properties-scanner "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok Необязательный | jar | 1.16.10 |
| org.slf4j : slf4j-api | jar | 1.7.21 |