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