MVN

com.ineunet : knife-commons-config

Maven & Gradle

Jan 18, 2017
1 usages

Knife Config

<dependency>
    <groupId>com.ineunet</groupId>
    <artifactId>knife-commons-config</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ineunet : knife-commons-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of com.ineunet : knife-commons-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
knife-commons-config-1.1.9
1.0.x
knife-commons-config-1.0.8
knife-commons-config-1.0.7-RELEASE
knife-commons-config-1.0.6-RELEASE
knife-commons-config-1.0.5-RELEASE

How to add a dependency to Maven

Add the following com.ineunet : knife-commons-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ineunet</groupId>
    <artifactId>knife-commons-config</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ineunet : knife-commons-config gradle dependency to your build.gradle file:

implementation 'com.ineunet:knife-commons-config:1.1.9'

Gradle Kotlin DSL: Add the following com.ineunet : knife-commons-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ineunet:knife-commons-config:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ineunet : knife-commons-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ineunet" % "knife-commons-config" % "1.1.9"

Advertisement