GroupId | GroupIdcn.hippo4j |
---|---|
ArtifactId | ArtifactIdhippo4j-all |
Version | Version0.9.0 |
Type | Typepom |
Filename | Size |
---|---|
hippo4j-all-0.9.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-all/ -->
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-all/
implementation 'cn.hippo4j:hippo4j-all:0.9.0'
// https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-all/
implementation ("cn.hippo4j:hippo4j-all:0.9.0")
'cn.hippo4j:hippo4j-all:pom:0.9.0'
<dependency org="cn.hippo4j" name="hippo4j-all" rev="0.9.0">
<artifact name="hippo4j-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hippo4j', module='hippo4j-all', version='0.9.0')
)
libraryDependencies += "cn.hippo4j" % "hippo4j-all" % "0.9.0"
[cn.hippo4j/hippo4j-all "0.9.0"]