GroupId | GroupIdcn.hippo4j |
---|---|
ArtifactId | ArtifactIdhippo4j-core |
Version | Version1.1.0-alpha |
Type | Typejar |
Filename | Size |
---|---|
hippo4j-core-1.1.0-alpha.pom | |
hippo4j-core-1.1.0-alpha.jar | 65 KB |
hippo4j-core-1.1.0-alpha-sources.jar | 35 KB |
hippo4j-core-1.1.0-alpha-javadoc.jar | 301 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-core/ -->
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-core</artifactId>
<version>1.1.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-core/
implementation 'cn.hippo4j:hippo4j-core:1.1.0-alpha'
// https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-core/
implementation ("cn.hippo4j:hippo4j-core:1.1.0-alpha")
'cn.hippo4j:hippo4j-core:jar:1.1.0-alpha'
<dependency org="cn.hippo4j" name="hippo4j-core" rev="1.1.0-alpha">
<artifact name="hippo4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hippo4j', module='hippo4j-core', version='1.1.0-alpha')
)
libraryDependencies += "cn.hippo4j" % "hippo4j-core" % "1.1.0-alpha"
[cn.hippo4j/hippo4j-core "1.1.0-alpha"]