GroupId | GroupIdcom.github.leeonky |
---|---|
ArtifactId | ArtifactIdview-mapper |
Version | Version0.0.19 |
Type | Typejar |
Filename | Size |
---|---|
view-mapper-0.0.19.pom | |
view-mapper-0.0.19.jar | 46 KB |
view-mapper-0.0.19-sources.jar | 17 KB |
view-mapper-0.0.19-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeonky/view-mapper/ -->
<dependency>
<groupId>com.github.leeonky</groupId>
<artifactId>view-mapper</artifactId>
<version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeonky/view-mapper/
implementation 'com.github.leeonky:view-mapper:0.0.19'
// https://jarcasting.com/artifacts/com.github.leeonky/view-mapper/
implementation ("com.github.leeonky:view-mapper:0.0.19")
'com.github.leeonky:view-mapper:jar:0.0.19'
<dependency org="com.github.leeonky" name="view-mapper" rev="0.0.19">
<artifact name="view-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeonky', module='view-mapper', version='0.0.19')
)
libraryDependencies += "com.github.leeonky" % "view-mapper" % "0.0.19"
[com.github.leeonky/view-mapper "0.0.19"]