GroupId | GroupIdcom.github.yangtu222 |
---|---|
ArtifactId | ArtifactIdBeanUtils |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
BeanUtils-1.0.6.pom | |
BeanUtils-1.0.6.jar | 66 KB |
BeanUtils-1.0.6-sources.jar | 55 KB |
BeanUtils-1.0.6-javadoc.jar | 314 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yangtu222/BeanUtils/ -->
<dependency>
<groupId>com.github.yangtu222</groupId>
<artifactId>BeanUtils</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yangtu222/BeanUtils/
implementation 'com.github.yangtu222:BeanUtils:1.0.6'
// https://jarcasting.com/artifacts/com.github.yangtu222/BeanUtils/
implementation ("com.github.yangtu222:BeanUtils:1.0.6")
'com.github.yangtu222:BeanUtils:jar:1.0.6'
<dependency org="com.github.yangtu222" name="BeanUtils" rev="1.0.6">
<artifact name="BeanUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yangtu222', module='BeanUtils', version='1.0.6')
)
libraryDependencies += "com.github.yangtu222" % "BeanUtils" % "1.0.6"
[com.github.yangtu222/BeanUtils "1.0.6"]