File tree Expand file tree Collapse file tree
gradle/plugins/publish/src/main/kotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ Continuous Integration] ( https://github.com/e-identification/bankid-java-sdk /workflows/ci/badge.svg )] ( https://github.com/e-identification/bankid-java-sdk /actions )
2- [ ![ License] ( https://img.shields.io/github/license/e-identification/bankid-java-sdk )] ( https://github.com/e-identification/bankid-java-sdk /blob/master/LICENSE )
3- [ ![ Language grade: Java] ( https://img.shields.io/lgtm/grade/java/g/e-identification/bankid-java-sdk .svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/e-identification/bankid-java-sdk /context:java )
1+ [ ![ Continuous Integration] ( https://github.com/e-identification/bankid-java/workflows/ci/badge.svg )] ( https://github.com/e-identification/bankid-java/actions )
2+ [ ![ License] ( https://img.shields.io/github/license/e-identification/bankid-java )] ( https://github.com/e-identification/bankid-java/blob/master/LICENSE )
3+ [ ![ Language grade: Java] ( https://img.shields.io/lgtm/grade/java/g/e-identification/bankid-java.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/e-identification/bankid-java/context:java )
44
55# BankID SDK
66
77SDK to interact with BankID API. It includes support for all the v6.0 features. There are
88some [ examples that may be useful] ( ./examples ) .
99
1010## Documentation
11- See the project's [ Javadoc] ( https://e-identification.github.io/bankid-java-sdk / ) .
11+ See the project's [ Javadoc] ( https://e-identification.github.io/bankid-java/ ) .
1212
1313## Installation
1414
Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ publishing {
3030 name = " BankID SDK"
3131 artifactId = " bankid-sdk"
3232 description = " A SDK to interact with the BankID API"
33- url = " https://github.com/NicklasWallgren/bankid-java-sdk "
33+ url = " https://github.com/NicklasWallgren/bankid-java"
3434 scm {
35- connection = " scm:git:git://github.com/NicklasWallgren/bankid-java-sdk .git"
36- developerConnection = " scm:git:ssh://github.com/NicklasWallgren/bankid-java-sdk .git"
37- url = " https://github.com/NicklasWallgren/bankid-java-sdk "
35+ connection = " scm:git:git://github.com/NicklasWallgren/bankid-java.git"
36+ developerConnection = " scm:git:ssh://github.com/NicklasWallgren/bankid-java.git"
37+ url = " https://github.com/NicklasWallgren/bankid-java"
3838 }
3939 licenses {
4040 license {
4141 name = " MIT Licence"
42- url = " https://github.com/NicklasWallgren/bankid-java-sdk /blob/master/LICENSE"
42+ url = " https://github.com/NicklasWallgren/bankid-java/blob/master/LICENSE"
4343 }
4444 }
4545 developers {
You can’t perform that action at this time.
0 commit comments