MVN

com.whaleal.icefrog : icefrog-setting

Maven & Gradle

Feb 22, 2022
4 usages
9 stars

icefrog 配置文件增强

<dependency>
    <groupId>com.whaleal.icefrog</groupId>
    <artifactId>icefrog-setting</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.whaleal.icefrog : icefrog-setting to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of com.whaleal.icefrog : icefrog-setting to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
icefrog-setting-1.1.71
icefrog-setting-1.1.7
icefrog-setting-1.1.6
icefrog-setting-1.1.5
icefrog-setting-1.1.4
icefrog-setting-1.1.3
icefrog-setting-1.1.2
icefrog-setting-1.1.1
icefrog-setting-1.1.0
1.0.x
icefrog-setting-1.0.1
icefrog-setting-1.0.0

How to add a dependency to Maven

Add the following com.whaleal.icefrog : icefrog-setting maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.whaleal.icefrog</groupId>
    <artifactId>icefrog-setting</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.whaleal.icefrog : icefrog-setting gradle dependency to your build.gradle file:

implementation 'com.whaleal.icefrog:icefrog-setting:1.1.7'

Gradle Kotlin DSL: Add the following com.whaleal.icefrog : icefrog-setting gradle kotlin dependency to your build.gradle.kts file:

implementation("com.whaleal.icefrog:icefrog-setting:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.whaleal.icefrog : icefrog-setting sbt scala dependency to your build.sbt file:

libraryDependencies += "com.whaleal.icefrog" % "icefrog-setting" % "1.1.7"

Advertisement