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