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