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