Skip to content

Commit

Permalink
Add gradle instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
drallgood committed Apr 19, 2024
1 parent da85abb commit f74a0a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,25 @@ or:
**The released artifacts are now available at Maven Central**

Snapshot versions can be found here: https://oss.sonatype.org/content/repositories/snapshots/



### Using Gradle

dependencies {
api("de.brendamour:jpasskit:0.4.0")
}

or:

dependencies {
api("de.brendamour:jpasskit.server:0.4.0")
}


**The released artifacts are now available at Maven Central**

Snapshot versions can be found here: https://oss.sonatype.org/content/repositories/snapshots/


## Using jPasskit

Using jPasskit is pretty straight forward:
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import org.gradle.tooling.GradleConnector
import net.researchgate.release.ReleaseExtension
import net.researchgate.release.tasks.UpdateVersion

plugins {
alias(libs.plugins.io.github.gradle.nexus.publish.plugin)
Expand Down

0 comments on commit f74a0a4

Please sign in to comment.