s

standalone-static

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