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