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