MVN

org.cosoc.DIYConfig : DIYConfig

Maven & Gradle

Apr 23, 2021
1 stars

DIYConfig · DIYConfig是一个完全自定义的配置文件读取工具

<dependency>
    <groupId>org.cosoc.DIYConfig</groupId>
    <artifactId>DIYConfig</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cosoc.DIYConfig : DIYConfig to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of org.cosoc.DIYConfig : DIYConfig to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.04.x
DIYConfig-2021.04.07
2.1.x
DIYConfig-2.1.0
2.0
DIYConfig-2.0
1.0
DIYConfig-1.0

How to add a dependency to Maven

Add the following org.cosoc.DIYConfig : DIYConfig maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cosoc.DIYConfig</groupId>
    <artifactId>DIYConfig</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cosoc.DIYConfig : DIYConfig gradle dependency to your build.gradle file:

implementation 'org.cosoc.DIYConfig:DIYConfig:2.1.0'

Gradle Kotlin DSL: Add the following org.cosoc.DIYConfig : DIYConfig gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cosoc.DIYConfig:DIYConfig:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cosoc.DIYConfig : DIYConfig sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cosoc.DIYConfig" % "DIYConfig" % "2.1.0"

Advertisement