License |
License |
---|---|
GroupId | GroupIdcom.github.stokito |
ArtifactId | ArtifactIdgag |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionGoogle Annotations Gallery parent
An annotations library that provides a rich set of annotations for developers to express themselves.
Do you find the standard Java annotations dry and lackluster?
Have you ever resorted to leaving messages to fellow developers with the @Deprecated annotation? Wouldn't you rather leave a @LOL or @Facepalm instead?
If so, then this is the gallery for you.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gag-1.0.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stokito/gag/ -->
<dependency>
<groupId>com.github.stokito</groupId>
<artifactId>gag</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stokito/gag/
implementation 'com.github.stokito:gag:1.0.1'
// https://jarcasting.com/artifacts/com.github.stokito/gag/
implementation ("com.github.stokito:gag:1.0.1")
'com.github.stokito:gag:pom:1.0.1'
<dependency org="com.github.stokito" name="gag" rev="1.0.1">
<artifact name="gag" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stokito', module='gag', version='1.0.1')
)
libraryDependencies += "com.github.stokito" % "gag" % "1.0.1"
[com.github.stokito/gag "1.0.1"]