GroupId | GroupIdcom.github.hippo-band |
---|---|
ArtifactId | ArtifactIdhippo-common |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
hippo-common-1.1.1.pom | |
hippo-common-1.1.1.jar | 21 KB |
hippo-common-1.1.1-sources.jar | 14 KB |
hippo-common-1.1.1-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippo-band/hippo-common/ -->
<dependency>
<groupId>com.github.hippo-band</groupId>
<artifactId>hippo-common</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-common/
implementation 'com.github.hippo-band:hippo-common:1.1.1'
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-common/
implementation ("com.github.hippo-band:hippo-common:1.1.1")
'com.github.hippo-band:hippo-common:jar:1.1.1'
<dependency org="com.github.hippo-band" name="hippo-common" rev="1.1.1">
<artifact name="hippo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippo-band', module='hippo-common', version='1.1.1')
)
libraryDependencies += "com.github.hippo-band" % "hippo-common" % "1.1.1"
[com.github.hippo-band/hippo-common "1.1.1"]