MVN

com.github.kagkarlsson : features

Maven & Gradle

Aug 25, 2023
1k stars

db-scheduler: Examples: Features · Show cases the different features of db-scheduler

<dependency>
    <groupId>com.github.kagkarlsson</groupId>
    <artifactId>features</artifactId>
    <version>12.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kagkarlsson : features to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.5.0

All Versions

Choose a version of com.github.kagkarlsson : features to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.5.x
features-12.5.0
12.4.x
features-12.4.0
12.3.x
features-12.3.0
12.2.x
features-12.2.0
12.1.x
features-12.1.0
12.0.x
features-12.0.1
features-12.0.0
11.7
features-11.7
11.6
features-11.6
11.5
features-11.5
11.4
features-11.4
11.3
features-11.3
11.2
features-11.2
11.1
features-11.1
11.0
features-11.0
10.5
features-10.5
10.4
features-10.4
10.3
features-10.3
10.2
features-10.2
10.1
features-10.1
10.0
features-10.0
9.4
features-9.4

How to add a dependency to Maven

Add the following com.github.kagkarlsson : features maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kagkarlsson</groupId>
    <artifactId>features</artifactId>
    <version>12.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kagkarlsson : features gradle dependency to your build.gradle file:

implementation 'com.github.kagkarlsson:features:12.5.0'

Gradle Kotlin DSL: Add the following com.github.kagkarlsson : features gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kagkarlsson:features:12.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kagkarlsson : features sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kagkarlsson" % "features" % "12.5.0"