g

gshell-plexus

文件下载
文件名 操作
gshell-plexus-2.5.jar 下载
gshell-plexus-2.5.pom 下载
gshell-plexus-2.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.sonatype.gshell</groupId>
  <artifactId>gshell-plexus</artifactId>
  <version>2.5</version>
</dependency>
Gradle Groovy
implementation 'org.sonatype.gshell:gshell-plexus:2.5'
Gradle Kotlin
implementation("org.sonatype.gshell:gshell-plexus:2.5")
Scala SBT
libraryDependencies += "org.sonatype.gshell" % "gshell-plexus" % "2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.gshell', module='gshell-plexus', version='2.5')
)
Apache Ivy
<dependency org="org.sonatype.gshell" name="gshell-plexus" rev="2.5" />
Leiningen
[org.sonatype.gshell/gshell-plexus "2.5"]
Apache Buildr
'org.sonatype.gshell:gshell-plexus:jar:2.5'