g

gag

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.
https://github.com/stokito/gag
The Apache Software License, Version 2.0
Leo Deegan Andrew Griffiths Sergey Ponomarev
文件下载
文件名 操作
gag-1.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.stokito</groupId>
  <artifactId>gag</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.stokito:gag:1.0.1'
Gradle Kotlin
implementation("com.github.stokito:gag:1.0.1")
Scala SBT
libraryDependencies += "com.github.stokito" % "gag" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stokito', module='gag', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.stokito" name="gag" rev="1.0.1" />
Leiningen
[com.github.stokito/gag "1.0.1"]
Apache Buildr
'com.github.stokito:gag:jar:1.0.1'