GroupId | GroupIdse.oyabun.criters |
---|---|
ArtifactId | ArtifactIdcriters-annotation |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
criters-annotation-1.0.0.pom | |
criters-annotation-1.0.0.jar | 5 KB |
criters-annotation-1.0.0-sources.jar | 3 KB |
criters-annotation-1.0.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.oyabun.criters/criters-annotation/ -->
<dependency>
<groupId>se.oyabun.criters</groupId>
<artifactId>criters-annotation</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.oyabun.criters/criters-annotation/
implementation 'se.oyabun.criters:criters-annotation:1.0.0'
// https://jarcasting.com/artifacts/se.oyabun.criters/criters-annotation/
implementation ("se.oyabun.criters:criters-annotation:1.0.0")
'se.oyabun.criters:criters-annotation:jar:1.0.0'
<dependency org="se.oyabun.criters" name="criters-annotation" rev="1.0.0">
<artifact name="criters-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.oyabun.criters', module='criters-annotation', version='1.0.0')
)
libraryDependencies += "se.oyabun.criters" % "criters-annotation" % "1.0.0"
[se.oyabun.criters/criters-annotation "1.0.0"]