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