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