p

pipeline-aggregate

Aggregate of all pipeline modules
文件下载
文件名 操作
pipeline-aggregate-4.4.50.jar 下载
pipeline-aggregate-4.4.50.pom 下载
Apache Maven
<dependency>
  <groupId>com.51degrees</groupId>
  <artifactId>pipeline-aggregate</artifactId>
  <version>4.4.50</version>
</dependency>
Gradle Groovy
implementation 'com.51degrees:pipeline-aggregate:4.4.50'
Gradle Kotlin
implementation("com.51degrees:pipeline-aggregate:4.4.50")
Scala SBT
libraryDependencies += "com.51degrees" % "pipeline-aggregate" % "4.4.50"
Groovy Grape
@Grapes(
  @Grab(group='com.51degrees', module='pipeline-aggregate', version='4.4.50')
)
Apache Ivy
<dependency org="com.51degrees" name="pipeline-aggregate" rev="4.4.50" />
Leiningen
[com.51degrees/pipeline-aggregate "4.4.50"]
Apache Buildr
'com.51degrees:pipeline-aggregate:jar:4.4.50'