You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,41 +4,48 @@
4
4
5
5
# BankID SDK
6
6
7
-
SDK to interact with BankID API. It includes support for all the v5.1 features.
8
-
There are some [examples that may be useful](./examples).
7
+
SDK to interact with BankID API. It includes support for all the v5.1 features. There are
8
+
some [examples that may be useful](./examples).
9
9
10
10
## Installation
11
+
11
12
The artifact is available through Maven Central via Sonatype.
12
13
13
14
### Maven
15
+
14
16
```xml
17
+
15
18
<dependency>
16
-
<groupId>dev.nicklasw</groupId>
17
-
<artifactId>bankid-sdk</artifactId>
18
-
<version>0.10.0</version>
19
+
<groupId>dev.nicklasw</groupId>
20
+
<artifactId>bankid-sdk</artifactId>
21
+
<version>0.10.0</version>
19
22
</dependency>
20
23
```
21
24
22
25
### Gradle
26
+
23
27
```
24
28
compile 'dev.nicklasw:bankid-sdk:0.10.0'
25
29
```
26
30
27
31
## Changelog
28
32
29
-
Please see the [changelog](./CHANGELOG.md) for a release history and indications on how to upgrade from one version to another.
33
+
Please see the [changelog](./CHANGELOG.md) for a release history and indications on how to upgrade from one version to
34
+
another.
30
35
31
36
## Contributing
32
37
33
-
If you find any problems or have suggestions about this library, please submit an issue. Moreover, any pull request, code review and feedback are welcome.
38
+
If you find any problems or have suggestions about this library, please submit an issue. Moreover, any pull request,
39
+
code review and feedback are welcome.
34
40
35
41
## Code Guide
36
42
37
-
We use GitHub Actions to make sure the codebase is consistent and continuously tested (`gradle check`). We try to keep comments at a maximum of 120 characters of length and code at 120.
43
+
We use GitHub Actions to make sure the codebase is consistent and continuously tested (`gradle check`). We try to keep
44
+
comments at a maximum of 120 characters of length and code at 120.
0 commit comments