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