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