MVN

cn.godmao : shell

Maven & Gradle

Aug 21, 2023

shell · _shell_

<dependency>
    <groupId>cn.godmao</groupId>
    <artifactId>shell</artifactId>
    <version>2.3.4.2.Beat</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.godmao : shell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4.2.Beat

All Versions

Choose a version of cn.godmao : shell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
shell-2.3.4.2.Beat
shell-2.3.4.1.Beat
shell-2.3.4.Beat
shell-2.3.3.1.Beat
shell-2.3.3.Beat
shell-2.3.2.8.Beat
shell-2.3.2.7.Beat
shell-2.3.2.6.Beat
shell-2.3.2.5.Beat
shell-2.3.2.4.Beat
shell-2.3.2.3.Beat
shell-2.3.2.2.Beat
shell-2.3.2.1.Beat
shell-2.3.2.Beat
shell-2.3.1.3
shell-2.3.1.2
shell-2.3.1.1
shell-2.3.1
shell-2.3.0
2.2.x
shell-2.2.27
shell-2.2.26
shell-2.2.25
shell-2.2.24
shell-2.2.23
shell-2.2.22
shell-2.2.21
shell-2.2.20
shell-2.2.12
shell-2.2.11
shell-2.2.9
shell-2.2.8.3
shell-2.2.8.2
shell-2.2.8.1
shell-2.2.8
shell-2.2.7
shell-2.2.6
shell-2.2.5
shell-2.2.4
shell-2.2.3.1
shell-2.2.3
shell-2.2.2
2.0.x
shell-2.0.0
1.1.x
shell-1.1.5.Beat
shell-1.1.4.3
shell-1.1.4.2
shell-1.1.4.1
shell-1.1.4
shell-1.1.3
shell-1.1.2
shell-1.1.1
1.0.x
shell-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.godmao</groupId>
    <artifactId>shell</artifactId>
    <version>2.3.4.2.Beat</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.godmao : shell gradle dependency to your build.gradle file:

implementation 'cn.godmao:shell:2.3.4.2.Beat'

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

implementation("cn.godmao:shell:2.3.4.2.Beat")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.godmao : shell sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.godmao" % "shell" % "2.3.4.2.Beat"

Advertisement