s

standard

SNAMP Standard Features
Files download
File Operation
standard-2.0.0.pom download
standard-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.snamp.features</groupId>
  <artifactId>standard</artifactId>
  <version>2.0.0</version>
  <type>kar</type>
</dependency>
Gradle Groovy
implementation 'io.snamp.features:standard:2.0.0'
Gradle Kotlin
implementation("io.snamp.features:standard:2.0.0")
Scala SBT
libraryDependencies += "io.snamp.features" % "standard" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.snamp.features', module='standard', version='2.0.0')
)
Apache Ivy
<dependency org="io.snamp.features" name="standard" rev="2.0.0" />
Leiningen
[io.snamp.features/standard "2.0.0"]
Apache Buildr
'io.snamp.features:standard:jar:2.0.0'