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