| License |
License |
|---|---|
| GroupId | GroupIdcom.socklabs |
| ArtifactId | ArtifactIdfeature |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfeature
A common library that provides feature and toggle feature functionality.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| feature-1.0.0.pom | |
| feature-1.0.0.jar | 4 KB |
| feature-1.0.0-sources.jar | 2 KB |
| feature-1.0.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.socklabs/feature/ -->
<dependency>
<groupId>com.socklabs</groupId>
<artifactId>feature</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.socklabs/feature/
implementation 'com.socklabs:feature:1.0.0'
// https://jarcasting.com/artifacts/com.socklabs/feature/
implementation ("com.socklabs:feature:1.0.0")
'com.socklabs:feature:jar:1.0.0'
<dependency org="com.socklabs" name="feature" rev="1.0.0">
<artifact name="feature" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.socklabs', module='feature', version='1.0.0')
)
libraryDependencies += "com.socklabs" % "feature" % "1.0.0"
[com.socklabs/feature "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.netflix.servo : servo-core | jar | 0.4.47 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |