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