p

parent

Bill-of-materials of the core components and versions used for building the features project (This POM contains the dependencies and versions that are useful to both users and our own development)
文件下载
文件名 操作
parent-7.0.0.M1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>parent</artifactId>
  <version>7.0.0.M1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:parent:7.0.0.M1'
Gradle Kotlin
implementation("org.apache.servicemix:parent:7.0.0.M1")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "parent" % "7.0.0.M1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='parent', version='7.0.0.M1')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="parent" rev="7.0.0.M1" />
Leiningen
[org.apache.servicemix/parent "7.0.0.M1"]
Apache Buildr
'org.apache.servicemix:parent:jar:7.0.0.M1'