GroupId | GroupIdcom.github.hippo-band |
---|---|
ArtifactId | ArtifactIdhippo-common |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hippo-common-1.0.1.pom | |
hippo-common-1.0.1.jar | 19 KB |
hippo-common-1.0.1-sources.jar | 12 KB |
hippo-common-1.0.1-javadoc.jar | 162 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-common/
implementation 'com.github.hippo-band:hippo-common:1.0.1'
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-common/
implementation ("com.github.hippo-band:hippo-common:1.0.1")
'com.github.hippo-band:hippo-common:jar:1.0.1'
<dependency org="com.github.hippo-band" name="hippo-common" rev="1.0.1">
<artifact name="hippo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippo-band', module='hippo-common', version='1.0.1')
)
libraryDependencies += "com.github.hippo-band" % "hippo-common" % "1.0.1"
[com.github.hippo-band/hippo-common "1.0.1"]