GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdnukleus-kafka.spec |
Version | Version0.160 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-kafka.spec/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-kafka.spec</artifactId>
<version>0.160</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-kafka.spec/
implementation 'org.reaktivity:nukleus-kafka.spec:0.160'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-kafka.spec/
implementation ("org.reaktivity:nukleus-kafka.spec:0.160")
'org.reaktivity:nukleus-kafka.spec:jar:0.160'
<dependency org="org.reaktivity" name="nukleus-kafka.spec" rev="0.160">
<artifact name="nukleus-kafka.spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-kafka.spec', version='0.160')
)
libraryDependencies += "org.reaktivity" % "nukleus-kafka.spec" % "0.160"
[org.reaktivity/nukleus-kafka.spec "0.160"]