h

hdes-spring-bundle-editor

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