GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdbean |
Version | Version1.1.9 |
Type | Typejar |
Filename | Size |
---|---|
bean-1.1.9.pom | |
bean-1.1.9.jar | 3 KB |
bean-1.1.9-sources.jar | 2 KB |
bean-1.1.9-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/bean/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>bean</artifactId>
<version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/bean/
implementation 'com.github.fanzezhen:bean:1.1.9'
// https://jarcasting.com/artifacts/com.github.fanzezhen/bean/
implementation ("com.github.fanzezhen:bean:1.1.9")
'com.github.fanzezhen:bean:jar:1.1.9'
<dependency org="com.github.fanzezhen" name="bean" rev="1.1.9">
<artifact name="bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='bean', version='1.1.9')
)
libraryDependencies += "com.github.fanzezhen" % "bean" % "1.1.9"
[com.github.fanzezhen/bean "1.1.9"]