GroupId | GroupIdcom.51degrees |
---|---|
ArtifactId | ArtifactIdpipeline.engines |
Version | Version4.1.0-beta.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.51degrees/pipeline.engines/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>pipeline.engines</artifactId>
<version>4.1.0-beta.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/pipeline.engines/
implementation 'com.51degrees:pipeline.engines:4.1.0-beta.19'
// https://jarcasting.com/artifacts/com.51degrees/pipeline.engines/
implementation ("com.51degrees:pipeline.engines:4.1.0-beta.19")
'com.51degrees:pipeline.engines:jar:4.1.0-beta.19'
<dependency org="com.51degrees" name="pipeline.engines" rev="4.1.0-beta.19">
<artifact name="pipeline.engines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='pipeline.engines', version='4.1.0-beta.19')
)
libraryDependencies += "com.51degrees" % "pipeline.engines" % "4.1.0-beta.19"
[com.51degrees/pipeline.engines "4.1.0-beta.19"]