License |
License |
---|---|
GroupId | GroupIdio.github.shyamz-22 |
ArtifactId | ArtifactIdconditional |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionConditional On Profiles
Create a Spring Bean only if All profiles are active.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
conditional-0.0.2.pom | |
conditional-0.0.2.jar | 2 KB |
conditional-0.0.2-sources.jar | 1 KB |
conditional-0.0.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shyamz-22/conditional/ -->
<dependency>
<groupId>io.github.shyamz-22</groupId>
<artifactId>conditional</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shyamz-22/conditional/
implementation 'io.github.shyamz-22:conditional:0.0.2'
// https://jarcasting.com/artifacts/io.github.shyamz-22/conditional/
implementation ("io.github.shyamz-22:conditional:0.0.2")
'io.github.shyamz-22:conditional:jar:0.0.2'
<dependency org="io.github.shyamz-22" name="conditional" rev="0.0.2">
<artifact name="conditional" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shyamz-22', module='conditional', version='0.0.2')
)
libraryDependencies += "io.github.shyamz-22" % "conditional" % "0.0.2"
[io.github.shyamz-22/conditional "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |