Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdde.idealo.kafka |
ArtifactId | ArtifactIdcrypto-spring |
Version | Version0.1-20180111 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.idealo.kafka/crypto-spring/ -->
<dependency>
<groupId>de.idealo.kafka</groupId>
<artifactId>crypto-spring</artifactId>
<version>0.1-20180111</version>
</dependency>
// https://jarcasting.com/artifacts/de.idealo.kafka/crypto-spring/
implementation 'de.idealo.kafka:crypto-spring:0.1-20180111'
// https://jarcasting.com/artifacts/de.idealo.kafka/crypto-spring/
implementation ("de.idealo.kafka:crypto-spring:0.1-20180111")
'de.idealo.kafka:crypto-spring:jar:0.1-20180111'
<dependency org="de.idealo.kafka" name="crypto-spring" rev="0.1-20180111">
<artifact name="crypto-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.idealo.kafka', module='crypto-spring', version='0.1-20180111')
)
libraryDependencies += "de.idealo.kafka" % "crypto-spring" % "0.1-20180111"
[de.idealo.kafka/crypto-spring "0.1-20180111"]