| License |
License |
|---|---|
| GroupId | GroupIdcom.github.leeonky |
| ArtifactId | ArtifactIdbean-util |
| Version | Version0.2.13 |
| Type | Typejar |
| Description |
Descriptionbean-util
bean-util
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bean-util-0.2.13.pom | |
| bean-util-0.2.13.jar | 47 KB |
| bean-util-0.2.13-sources.jar | 21 KB |
| bean-util-0.2.13-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeonky/bean-util/ -->
<dependency>
<groupId>com.github.leeonky</groupId>
<artifactId>bean-util</artifactId>
<version>0.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeonky/bean-util/
implementation 'com.github.leeonky:bean-util:0.2.13'
// https://jarcasting.com/artifacts/com.github.leeonky/bean-util/
implementation ("com.github.leeonky:bean-util:0.2.13")
'com.github.leeonky:bean-util:jar:0.2.13'
<dependency org="com.github.leeonky" name="bean-util" rev="0.2.13">
<artifact name="bean-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeonky', module='bean-util', version='0.2.13')
)
libraryDependencies += "com.github.leeonky" % "bean-util" % "0.2.13"
[com.github.leeonky/bean-util "0.2.13"]