Files download
File Operation
features-1.4.jar download
features-1.4.pom download
features-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kyleroush</groupId>
  <artifactId>features</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.kyleroush:features:1.4'
Gradle Kotlin
implementation("com.github.kyleroush:features:1.4")
Scala SBT
libraryDependencies += "com.github.kyleroush" % "features" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kyleroush', module='features', version='1.4')
)
Apache Ivy
<dependency org="com.github.kyleroush" name="features" rev="1.4" />
Leiningen
[com.github.kyleroush/features "1.4"]
Apache Buildr
'com.github.kyleroush:features:jar:1.4'