License |
License |
---|---|
GroupId | GroupIdio.github.amrjlg |
ArtifactId | ArtifactIdspring-conditon |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring condition
implements org.springframework.context.annotation.Condition for configuration Bean
by annotation conditions and add one default file property locationed classpath:application.properties
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context-support | jar | 4.3.24.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
org.springframework : spring-test | jar | 4.3.24.RELEASE |
junit : junit | jar | 4.13.1 |