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