GroupId | GroupIdcom.mageddo |
---|---|
ArtifactId | ArtifactIdfeature-switch |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
feature-switch-1.2.0.pom | |
feature-switch-1.2.0.jar | 22 KB |
feature-switch-1.2.0-sources.jar | 11 KB |
feature-switch-1.2.0-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mageddo/feature-switch/ -->
<dependency>
<groupId>com.mageddo</groupId>
<artifactId>feature-switch</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo/feature-switch/
implementation 'com.mageddo:feature-switch:1.2.0'
// https://jarcasting.com/artifacts/com.mageddo/feature-switch/
implementation ("com.mageddo:feature-switch:1.2.0")
'com.mageddo:feature-switch:jar:1.2.0'
<dependency org="com.mageddo" name="feature-switch" rev="1.2.0">
<artifact name="feature-switch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo', module='feature-switch', version='1.2.0')
)
libraryDependencies += "com.mageddo" % "feature-switch" % "1.2.0"
[com.mageddo/feature-switch "1.2.0"]