| License |
License |
|---|---|
| GroupId | GroupIdio.github.sunbingchuan |
| ArtifactId | ArtifactIdsimple-bean |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionSimple Bean
Tools for managing bean.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-bean-1.0.1.pom | |
| simple-bean-1.0.1.jar | 123 KB |
| simple-bean-1.0.1-sources.jar | 88 KB |
| simple-bean-1.0.1-javadoc.jar | 461 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.sunbingchuan/simple-bean/ -->
<dependency>
<groupId>io.github.sunbingchuan</groupId>
<artifactId>simple-bean</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sunbingchuan/simple-bean/
implementation 'io.github.sunbingchuan:simple-bean:1.0.1'
// https://jarcasting.com/artifacts/io.github.sunbingchuan/simple-bean/
implementation ("io.github.sunbingchuan:simple-bean:1.0.1")
'io.github.sunbingchuan:simple-bean:jar:1.0.1'
<dependency org="io.github.sunbingchuan" name="simple-bean" rev="1.0.1">
<artifact name="simple-bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sunbingchuan', module='simple-bean', version='1.0.1')
)
libraryDependencies += "io.github.sunbingchuan" % "simple-bean" % "1.0.1"
[io.github.sunbingchuan/simple-bean "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.sunbingchuan : simple-helper | jar | 1.0.1 |
| junit : junit | jar | 4.8.2 |