License |
License |
---|---|
GroupId | GroupIdorg.jeyzer |
ArtifactId | ArtifactIdjeyzer-annotations |
Version | Version2.1 |
Type | Typejar |
Description |
DescriptionJeyzer Annotations
The Jeyzer annotations library. Documentation available at https://jeyzer.org/docs/shared-profile/annotations/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jeyzer-annotations-2.1.pom | |
jeyzer-annotations-2.1.jar | 9 KB |
jeyzer-annotations-2.1-sources.jar | 14 KB |
jeyzer-annotations-2.1-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jeyzer/jeyzer-annotations/ -->
<dependency>
<groupId>org.jeyzer</groupId>
<artifactId>jeyzer-annotations</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeyzer/jeyzer-annotations/
implementation 'org.jeyzer:jeyzer-annotations:2.1'
// https://jarcasting.com/artifacts/org.jeyzer/jeyzer-annotations/
implementation ("org.jeyzer:jeyzer-annotations:2.1")
'org.jeyzer:jeyzer-annotations:jar:2.1'
<dependency org="org.jeyzer" name="jeyzer-annotations" rev="2.1">
<artifact name="jeyzer-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeyzer', module='jeyzer-annotations', version='2.1')
)
libraryDependencies += "org.jeyzer" % "jeyzer-annotations" % "2.1"
[org.jeyzer/jeyzer-annotations "2.1"]