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