GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdnukleus-proxy |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
nukleus-proxy-0.6.pom | |
nukleus-proxy-0.6.jar | 407 KB |
nukleus-proxy-0.6-tests.jar | 24 KB |
nukleus-proxy-0.6-sources.jar | 150 KB |
nukleus-proxy-0.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-proxy/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-proxy</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-proxy/
implementation 'org.reaktivity:nukleus-proxy:0.6'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-proxy/
implementation ("org.reaktivity:nukleus-proxy:0.6")
'org.reaktivity:nukleus-proxy:jar:0.6'
<dependency org="org.reaktivity" name="nukleus-proxy" rev="0.6">
<artifact name="nukleus-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-proxy', version='0.6')
)
libraryDependencies += "org.reaktivity" % "nukleus-proxy" % "0.6"
[org.reaktivity/nukleus-proxy "0.6"]