n

narayana-integration-bom

Import this BOM in your dependencyManagement if you want to include narayana in your project.
文件下载
文件名 操作
narayana-integration-bom-7.63.0.t20211129.pom 下载
Apache Maven
<dependency>
  <groupId>org.kie</groupId>
  <artifactId>narayana-integration-bom</artifactId>
  <version>7.63.0.t20211129</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kie:narayana-integration-bom:7.63.0.t20211129'
Gradle Kotlin
implementation("org.kie:narayana-integration-bom:7.63.0.t20211129")
Scala SBT
libraryDependencies += "org.kie" % "narayana-integration-bom" % "7.63.0.t20211129"
Groovy Grape
@Grapes(
  @Grab(group='org.kie', module='narayana-integration-bom', version='7.63.0.t20211129')
)
Apache Ivy
<dependency org="org.kie" name="narayana-integration-bom" rev="7.63.0.t20211129" />
Leiningen
[org.kie/narayana-integration-bom "7.63.0.t20211129"]
Apache Buildr
'org.kie:narayana-integration-bom:jar:7.63.0.t20211129'