License |
License |
---|---|
GroupId | GroupIdcom.github.stokito |
ArtifactId | ArtifactIdgag-annotations |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionGoogle Annotations Gallery
An annotations library that provides a rich set of annotations for developers to express themselves.
|
Filename | Size |
---|---|
gag-annotations-1.0.1.pom | |
gag-annotations-1.0.1.jar | 43 KB |
gag-annotations-1.0.1-sources.jar | 64 KB |
gag-annotations-1.0.1-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stokito/gag-annotations/ -->
<dependency>
<groupId>com.github.stokito</groupId>
<artifactId>gag-annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stokito/gag-annotations/
implementation 'com.github.stokito:gag-annotations:1.0.1'
// https://jarcasting.com/artifacts/com.github.stokito/gag-annotations/
implementation ("com.github.stokito:gag-annotations:1.0.1")
'com.github.stokito:gag-annotations:jar:1.0.1'
<dependency org="com.github.stokito" name="gag-annotations" rev="1.0.1">
<artifact name="gag-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stokito', module='gag-annotations', version='1.0.1')
)
libraryDependencies += "com.github.stokito" % "gag-annotations" % "1.0.1"
[com.github.stokito/gag-annotations "1.0.1"]