GroupId | GroupIdcom.github.link-kou |
---|---|
ArtifactId | ArtifactIdannotation-validate |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
annotation-validate-1.0.2.pom | |
annotation-validate-1.0.2.jar | 34 KB |
annotation-validate-1.0.2-sources.jar | 20 KB |
annotation-validate-1.0.2-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.link-kou/annotation-validate/ -->
<dependency>
<groupId>com.github.link-kou</groupId>
<artifactId>annotation-validate</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.link-kou/annotation-validate/
implementation 'com.github.link-kou:annotation-validate:1.0.2'
// https://jarcasting.com/artifacts/com.github.link-kou/annotation-validate/
implementation ("com.github.link-kou:annotation-validate:1.0.2")
'com.github.link-kou:annotation-validate:jar:1.0.2'
<dependency org="com.github.link-kou" name="annotation-validate" rev="1.0.2">
<artifact name="annotation-validate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.link-kou', module='annotation-validate', version='1.0.2')
)
libraryDependencies += "com.github.link-kou" % "annotation-validate" % "1.0.2"
[com.github.link-kou/annotation-validate "1.0.2"]