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