GroupId | GroupIdio.github.liuyuyu |
---|---|
ArtifactId | ArtifactIdbean-mapper |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
bean-mapper-0.0.4.pom | |
bean-mapper-0.0.4.jar | 45 KB |
bean-mapper-0.0.4-sources.jar | 22 KB |
bean-mapper-0.0.4-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.liuyuyu/bean-mapper/ -->
<dependency>
<groupId>io.github.liuyuyu</groupId>
<artifactId>bean-mapper</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.liuyuyu/bean-mapper/
implementation 'io.github.liuyuyu:bean-mapper:0.0.4'
// https://jarcasting.com/artifacts/io.github.liuyuyu/bean-mapper/
implementation ("io.github.liuyuyu:bean-mapper:0.0.4")
'io.github.liuyuyu:bean-mapper:jar:0.0.4'
<dependency org="io.github.liuyuyu" name="bean-mapper" rev="0.0.4">
<artifact name="bean-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.liuyuyu', module='bean-mapper', version='0.0.4')
)
libraryDependencies += "io.github.liuyuyu" % "bean-mapper" % "0.0.4"
[io.github.liuyuyu/bean-mapper "0.0.4"]