GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdnukleus-kafka.spec |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
nukleus-kafka.spec-0.9.pom | |
nukleus-kafka.spec-0.9.jar | 124 KB |
nukleus-kafka.spec-0.9-sources.jar | 125 KB |
nukleus-kafka.spec-0.9-javadoc.jar | 368 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-kafka.spec/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-kafka.spec</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-kafka.spec/
implementation 'org.reaktivity:nukleus-kafka.spec:0.9'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-kafka.spec/
implementation ("org.reaktivity:nukleus-kafka.spec:0.9")
'org.reaktivity:nukleus-kafka.spec:jar:0.9'
<dependency org="org.reaktivity" name="nukleus-kafka.spec" rev="0.9">
<artifact name="nukleus-kafka.spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-kafka.spec', version='0.9')
)
libraryDependencies += "org.reaktivity" % "nukleus-kafka.spec" % "0.9"
[org.reaktivity/nukleus-kafka.spec "0.9"]