d

dirigible-commons-helpers

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