MVN

cn.org.codecrafters : devkit-utils

Maven & Gradle

Aug 15, 2023
<dependency>
    <groupId>cn.org.codecrafters</groupId>
    <artifactId>devkit-utils</artifactId>
    <version>1.0.0-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.org.codecrafters : devkit-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RC
  • Latest Release Candidate: 1.0.0-RC
  • Latest Beta: 1.0.0-beta
  • Latest Alpha: 1.0.0-alpha

All Versions

Choose a version of cn.org.codecrafters : devkit-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
devkit-utils-1.0.0-RC
devkit-utils-1.0.0-beta
devkit-utils-1.0.0-alpha

How to add a dependency to Maven

Add the following cn.org.codecrafters : devkit-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.org.codecrafters</groupId>
    <artifactId>devkit-utils</artifactId>
    <version>1.0.0-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.org.codecrafters : devkit-utils gradle dependency to your build.gradle file:

implementation 'cn.org.codecrafters:devkit-utils:1.0.0-RC'

Gradle Kotlin DSL: Add the following cn.org.codecrafters : devkit-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.org.codecrafters:devkit-utils:1.0.0-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.org.codecrafters : devkit-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.org.codecrafters" % "devkit-utils" % "1.0.0-RC"