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