GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdnukleus-oauth |
Version | Version0.39 |
Type | Typejar |
Filename | Size |
---|---|
nukleus-oauth-0.39.pom | |
nukleus-oauth-0.39.jar | 179 KB |
nukleus-oauth-0.39-tests.jar | 19 KB |
nukleus-oauth-0.39-sources.jar | 72 KB |
nukleus-oauth-0.39-javadoc.jar | 947 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-oauth/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-oauth</artifactId>
<version>0.39</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-oauth/
implementation 'org.reaktivity:nukleus-oauth:0.39'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-oauth/
implementation ("org.reaktivity:nukleus-oauth:0.39")
'org.reaktivity:nukleus-oauth:jar:0.39'
<dependency org="org.reaktivity" name="nukleus-oauth" rev="0.39">
<artifact name="nukleus-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-oauth', version='0.39')
)
libraryDependencies += "org.reaktivity" % "nukleus-oauth" % "0.39"
[org.reaktivity/nukleus-oauth "0.39"]