d

dirigible-commons-helpers

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