GroupId | GroupIdorg.jeyzer |
---|---|
ArtifactId | ArtifactIdjeyzer-annotations |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
jeyzer-annotations-2.0.pom | |
jeyzer-annotations-2.0.jar | 9 KB |
jeyzer-annotations-2.0-sources.jar | 14 KB |
jeyzer-annotations-2.0-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jeyzer/jeyzer-annotations/ -->
<dependency>
<groupId>org.jeyzer</groupId>
<artifactId>jeyzer-annotations</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeyzer/jeyzer-annotations/
implementation 'org.jeyzer:jeyzer-annotations:2.0'
// https://jarcasting.com/artifacts/org.jeyzer/jeyzer-annotations/
implementation ("org.jeyzer:jeyzer-annotations:2.0")
'org.jeyzer:jeyzer-annotations:jar:2.0'
<dependency org="org.jeyzer" name="jeyzer-annotations" rev="2.0">
<artifact name="jeyzer-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeyzer', module='jeyzer-annotations', version='2.0')
)
libraryDependencies += "org.jeyzer" % "jeyzer-annotations" % "2.0"
[org.jeyzer/jeyzer-annotations "2.0"]