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