nobuoka / vc-oauth-java

Implementation of OAuth 1.0 Protocol for Kotlin, Java, and other JVM languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vc-oauth-java

Java library for OAuth 1.0 Protocol.

For library developers

How to publish snapshot to Artifactory repository

Use following command to publish snapshot to Artifactory repository:

./gradlew artifactoryPublish

Credentials for Artifactory must be provided by Gradle properties or environment variables.

artifactory.user_name={your Artifactory user name}
artifactory.api_key={your Artifactory api key}
export ARTIFACTORY_USER_NAME={your Artifactory user name}
export ARTIFACTORY_API_KEY={your Artifactory api key}

About

Implementation of OAuth 1.0 Protocol for Kotlin, Java, and other JVM languages

License:Apache License 2.0


Languages

Language:Kotlin 85.2%Language:Java 14.8%