g

gshell-plexus

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