Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit c35bcec

Browse files
authored
インストール方法を追記
1 parent 1f704aa commit c35bcec

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,29 @@ val dst: Dst = jdbcTemplate.query(query) { rs, _ ->
2929
val dst: Dst = jdbcTemplate.query(query, KRowMapper(::Dst))
3030
```
3131

32-
## How to use
32+
## Installation
3333
Published on JitPack.
34-
Please see [here](https://jitpack.io/#ProjectMapK/KRowMapper/) for the introduction method.
34+
You can use this library on `maven`, `gradle` and any other build tools.
35+
Please see [here](https://jitpack.io/#ProjectMapK/KRowMapper/) for the formal introduction method.
36+
37+
### Example on maven
38+
**1. add repository reference for JitPack**
39+
40+
```xml
41+
<repositories>
42+
<repository>
43+
<id>jitpack.io</id>
44+
<url>https://jitpack.io</url>
45+
</repository>
46+
</repositories>
47+
```
48+
49+
**2. add dependency**
50+
51+
```xml
52+
<dependency>
53+
<groupId>com.github.ProjectMapK</groupId>
54+
<artifactId>KRowMapper</artifactId>
55+
<version>Tag</version>
56+
</dependency>
57+
```

0 commit comments

Comments
 (0)