Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datafx |
ArtifactId | ArtifactIdfeaturetoggle |
Version | Version8.0 |
Type | Typejar |
Filename | Size |
---|---|
featuretoggle-8.0.pom | |
featuretoggle-8.0.jar | 7 KB |
featuretoggle-8.0-sources.jar | 4 KB |
featuretoggle-8.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datafx/featuretoggle/ -->
<dependency>
<groupId>io.datafx</groupId>
<artifactId>featuretoggle</artifactId>
<version>8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.datafx/featuretoggle/
implementation 'io.datafx:featuretoggle:8.0'
// https://jarcasting.com/artifacts/io.datafx/featuretoggle/
implementation ("io.datafx:featuretoggle:8.0")
'io.datafx:featuretoggle:jar:8.0'
<dependency org="io.datafx" name="featuretoggle" rev="8.0">
<artifact name="featuretoggle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datafx', module='featuretoggle', version='8.0')
)
libraryDependencies += "io.datafx" % "featuretoggle" % "8.0"
[io.datafx/featuretoggle "8.0"]