GroupId | GroupIdcom.51degrees |
---|---|
ArtifactId | ArtifactIdpipeline-aggregate |
Version | Version4.3.14 |
Type | Typejar |
Filename | Size |
---|---|
pipeline-aggregate-4.3.14.pom | |
pipeline-aggregate-4.3.14.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.51degrees/pipeline-aggregate/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>pipeline-aggregate</artifactId>
<version>4.3.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/pipeline-aggregate/
implementation 'com.51degrees:pipeline-aggregate:4.3.14'
// https://jarcasting.com/artifacts/com.51degrees/pipeline-aggregate/
implementation ("com.51degrees:pipeline-aggregate:4.3.14")
'com.51degrees:pipeline-aggregate:jar:4.3.14'
<dependency org="com.51degrees" name="pipeline-aggregate" rev="4.3.14">
<artifact name="pipeline-aggregate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='pipeline-aggregate', version='4.3.14')
)
libraryDependencies += "com.51degrees" % "pipeline-aggregate" % "4.3.14"
[com.51degrees/pipeline-aggregate "4.3.14"]