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