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