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