d

dirigible-commons-helpers

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