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