s

standalone-static

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