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