GroupId | GroupIdcom.protocol180 |
---|---|
ArtifactId | ArtifactIdprotocol-aggregator-workflows |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.protocol180/protocol-aggregator-workflows/ -->
<dependency>
<groupId>com.protocol180</groupId>
<artifactId>protocol-aggregator-workflows</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.protocol180/protocol-aggregator-workflows/
implementation 'com.protocol180:protocol-aggregator-workflows:0.1.1'
// https://jarcasting.com/artifacts/com.protocol180/protocol-aggregator-workflows/
implementation ("com.protocol180:protocol-aggregator-workflows:0.1.1")
'com.protocol180:protocol-aggregator-workflows:jar:0.1.1'
<dependency org="com.protocol180" name="protocol-aggregator-workflows" rev="0.1.1">
<artifact name="protocol-aggregator-workflows" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.protocol180', module='protocol-aggregator-workflows', version='0.1.1')
)
libraryDependencies += "com.protocol180" % "protocol-aggregator-workflows" % "0.1.1"
[com.protocol180/protocol-aggregator-workflows "0.1.1"]