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