d

deepamehta-bundles

DeepaMehta bundles that make up the DeepaMehta 4 Standard Distribution.
文件下载
文件名 操作
deepamehta-bundles-4.5.pom 下载
Apache Maven
<dependency>
  <groupId>de.deepamehta</groupId>
  <artifactId>deepamehta-bundles</artifactId>
  <version>4.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.deepamehta:deepamehta-bundles:4.5'
Gradle Kotlin
implementation("de.deepamehta:deepamehta-bundles:4.5")
Scala SBT
libraryDependencies += "de.deepamehta" % "deepamehta-bundles" % "4.5"
Groovy Grape
@Grapes(
  @Grab(group='de.deepamehta', module='deepamehta-bundles', version='4.5')
)
Apache Ivy
<dependency org="de.deepamehta" name="deepamehta-bundles" rev="4.5" />
Leiningen
[de.deepamehta/deepamehta-bundles "4.5"]
Apache Buildr
'de.deepamehta:deepamehta-bundles:jar:4.5'