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