| License | License | 
|---|---|
| GroupId | GroupIdcom.heanbian | 
| ArtifactId | ArtifactIdheanbian-core | 
| Version | Version20200807 | 
| Type | Typejar | 
| Description | Descriptionheanbian-core Heanbian core component. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| heanbian-core-20200807.pom | |
| heanbian-core-20200807.jar | 12 KB | 
| heanbian-core-20200807-sources.jar | 7 KB | 
| heanbian-core-20200807-javadoc.jar | 423 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-core/ -->
<dependency>
    <groupId>com.heanbian</groupId>
    <artifactId>heanbian-core</artifactId>
    <version>20200807</version>
</dependency>// https://jarcasting.com/artifacts/com.heanbian/heanbian-core/
implementation 'com.heanbian:heanbian-core:20200807'// https://jarcasting.com/artifacts/com.heanbian/heanbian-core/
implementation ("com.heanbian:heanbian-core:20200807")'com.heanbian:heanbian-core:jar:20200807'<dependency org="com.heanbian" name="heanbian-core" rev="20200807">
  <artifact name="heanbian-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.heanbian', module='heanbian-core', version='20200807')
)libraryDependencies += "com.heanbian" % "heanbian-core" % "20200807"[com.heanbian/heanbian-core "20200807"]