GroupId | GroupIdorg.huiche |
---|---|
ArtifactId | ArtifactIdhuiche-annotation |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
huiche-annotation-1.3.1.pom | |
huiche-annotation-1.3.1.jar | 3 KB |
huiche-annotation-1.3.1-sources.jar | 4 KB |
huiche-annotation-1.3.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.huiche/huiche-annotation/ -->
<dependency>
<groupId>org.huiche</groupId>
<artifactId>huiche-annotation</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.huiche/huiche-annotation/
implementation 'org.huiche:huiche-annotation:1.3.1'
// https://jarcasting.com/artifacts/org.huiche/huiche-annotation/
implementation ("org.huiche:huiche-annotation:1.3.1")
'org.huiche:huiche-annotation:jar:1.3.1'
<dependency org="org.huiche" name="huiche-annotation" rev="1.3.1">
<artifact name="huiche-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.huiche', module='huiche-annotation', version='1.3.1')
)
libraryDependencies += "org.huiche" % "huiche-annotation" % "1.3.1"
[org.huiche/huiche-annotation "1.3.1"]