GroupId | GroupIdcom.heanbian |
---|---|
ArtifactId | ArtifactIdheanbian-core |
Version | Version5.0.6 |
Type | Typejar |
Filename | Size |
---|---|
heanbian-core-5.0.6.pom | |
heanbian-core-5.0.6.jar | 11 KB |
heanbian-core-5.0.6-sources.jar | 5 KB |
heanbian-core-5.0.6-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-core/ -->
<dependency>
<groupId>com.heanbian</groupId>
<artifactId>heanbian-core</artifactId>
<version>5.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-core/
implementation 'com.heanbian:heanbian-core:5.0.6'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-core/
implementation ("com.heanbian:heanbian-core:5.0.6")
'com.heanbian:heanbian-core:jar:5.0.6'
<dependency org="com.heanbian" name="heanbian-core" rev="5.0.6">
<artifact name="heanbian-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-core', version='5.0.6')
)
libraryDependencies += "com.heanbian" % "heanbian-core" % "5.0.6"
[com.heanbian/heanbian-core "5.0.6"]