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