GroupId | GroupIdcom.github.wautsns |
---|---|
ArtifactId | ArtifactIdokauth-core |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
okauth-core-2.0.0.pom | |
okauth-core-2.0.0.jar | 139 KB |
okauth-core-2.0.0-sources.jar | 99 KB |
okauth-core-2.0.0-javadoc.jar | 780 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wautsns/okauth-core/ -->
<dependency>
<groupId>com.github.wautsns</groupId>
<artifactId>okauth-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wautsns/okauth-core/
implementation 'com.github.wautsns:okauth-core:2.0.0'
// https://jarcasting.com/artifacts/com.github.wautsns/okauth-core/
implementation ("com.github.wautsns:okauth-core:2.0.0")
'com.github.wautsns:okauth-core:jar:2.0.0'
<dependency org="com.github.wautsns" name="okauth-core" rev="2.0.0">
<artifact name="okauth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wautsns', module='okauth-core', version='2.0.0')
)
libraryDependencies += "com.github.wautsns" % "okauth-core" % "2.0.0"
[com.github.wautsns/okauth-core "2.0.0"]