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