Spring projects extensions
Installing dependencies
./gradlew clean build
./gradlew uploadArchives
License |
License |
---|---|
GroupId | GroupIdcom.mageddo |
ArtifactId | ArtifactIdfeature-switch |
Last Version | Last Version1.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFeature Switch
Simplify Consumer And Producer Configuration
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
feature-switch-1.4.3.pom | |
feature-switch-1.4.3.jar | 22 KB |
feature-switch-1.4.3-sources.jar | 11 KB |
feature-switch-1.4.3-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mageddo/feature-switch/ -->
<dependency>
<groupId>com.mageddo</groupId>
<artifactId>feature-switch</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo/feature-switch/
implementation 'com.mageddo:feature-switch:1.4.3'
// https://jarcasting.com/artifacts/com.mageddo/feature-switch/
implementation ("com.mageddo:feature-switch:1.4.3")
'com.mageddo:feature-switch:jar:1.4.3'
<dependency org="com.mageddo" name="feature-switch" rev="1.4.3">
<artifact name="feature-switch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo', module='feature-switch', version='1.4.3')
)
libraryDependencies += "com.mageddo" % "feature-switch" % "1.4.3"
[com.mageddo/feature-switch "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hsqldb : hsqldb | jar | 2.4.1 |
Spring projects extensions
Installing dependencies
./gradlew clean build
./gradlew uploadArchives