| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.amrjlg |
| Идентификатор | Идентификаторspring-conditon |
| Версия | Версия1.0-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspring condition
implements org.springframework.context.annotation.Condition for configuration Bean
by annotation conditions and add one default file property locationed classpath:application.properties
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-conditon-1.0-RELEASE.pom | |
| spring-conditon-1.0-RELEASE.jar | 11 KB |
| spring-conditon-1.0-RELEASE-sources.jar | 6 KB |
| spring-conditon-1.0-RELEASE-javadoc.jar | 71 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.amrjlg/spring-conditon/ -->
<dependency>
<groupId>io.github.amrjlg</groupId>
<artifactId>spring-conditon</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.amrjlg/spring-conditon/
implementation 'io.github.amrjlg:spring-conditon:1.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.amrjlg/spring-conditon/
implementation ("io.github.amrjlg:spring-conditon:1.0-RELEASE")
'io.github.amrjlg:spring-conditon:jar:1.0-RELEASE'
<dependency org="io.github.amrjlg" name="spring-conditon" rev="1.0-RELEASE">
<artifact name="spring-conditon" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.amrjlg', module='spring-conditon', version='1.0-RELEASE')
)
libraryDependencies += "io.github.amrjlg" % "spring-conditon" % "1.0-RELEASE"
[io.github.amrjlg/spring-conditon "1.0-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context-support | jar | 4.3.24.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |
| org.springframework : spring-test | jar | 4.3.24.RELEASE |
| junit : junit | jar | 4.13.1 |