MVN

cn.omisheep : commons

Maven & Gradle

Feb 28, 2023

commons · omisheep的通用包

<dependency>
    <groupId>cn.omisheep</groupId>
    <artifactId>commons</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.omisheep : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10
  • Latest Beta: 1.0.0.BETA3

All Versions

Choose a version of cn.omisheep : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
commons-1.0.10
commons-1.0.9
commons-1.0.8
commons-1.0.7
commons-1.0.6
commons-1.0.5
commons-1.0.4
commons-1.0.3
commons-1.0.2
commons-1.0.1
commons-1.0.0
commons-1.0.0.BETA3
commons-1.0.0.BETA2
commons-1.0.0.BETA1

How to add a dependency to Maven

Add the following cn.omisheep : commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.omisheep</groupId>
    <artifactId>commons</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.omisheep : commons gradle dependency to your build.gradle file:

implementation 'cn.omisheep:commons:1.0.10'

Gradle Kotlin DSL: Add the following cn.omisheep : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.omisheep:commons:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.omisheep : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.omisheep" % "commons" % "1.0.10"