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