| GroupId | GroupIdcom.github.leeonky |
|---|---|
| ArtifactId | ArtifactIdbean-util |
| Version | Version0.0.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bean-util-0.0.12.pom | |
| bean-util-0.0.12.jar | 21 KB |
| bean-util-0.0.12-sources.jar | 10 KB |
| bean-util-0.0.12-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeonky/bean-util/ -->
<dependency>
<groupId>com.github.leeonky</groupId>
<artifactId>bean-util</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeonky/bean-util/
implementation 'com.github.leeonky:bean-util:0.0.12'
// https://jarcasting.com/artifacts/com.github.leeonky/bean-util/
implementation ("com.github.leeonky:bean-util:0.0.12")
'com.github.leeonky:bean-util:jar:0.0.12'
<dependency org="com.github.leeonky" name="bean-util" rev="0.0.12">
<artifact name="bean-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeonky', module='bean-util', version='0.0.12')
)
libraryDependencies += "com.github.leeonky" % "bean-util" % "0.0.12"
[com.github.leeonky/bean-util "0.0.12"]