GroupId | GroupIdcom.heanbian |
---|---|
ArtifactId | ArtifactIdheanbian-core |
Version | Version11.2.2 |
Type | Typejar |
Filename | Size |
---|---|
heanbian-core-11.2.2.pom | |
heanbian-core-11.2.2.jar | 11 KB |
heanbian-core-11.2.2-sources.jar | 6 KB |
heanbian-core-11.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-core/
implementation 'com.heanbian:heanbian-core:11.2.2'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-core/
implementation ("com.heanbian:heanbian-core:11.2.2")
'com.heanbian:heanbian-core:jar:11.2.2'
<dependency org="com.heanbian" name="heanbian-core" rev="11.2.2">
<artifact name="heanbian-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-core', version='11.2.2')
)
libraryDependencies += "com.heanbian" % "heanbian-core" % "11.2.2"
[com.heanbian/heanbian-core "11.2.2"]