License |
License |
---|---|
GroupId | GroupIdcom.github.stokito |
ArtifactId | ArtifactIdgag-agent |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionGoogle Annotations Gallery agent
Dynamic bytecode instrumentation Java agent for GAG.
GAG is an annotations library that provides a rich set of annotations for developers to express themselves.
|
Filename | Size |
---|---|
gag-agent-1.0.1.pom | |
gag-agent-1.0.1.jar | 45 KB |
gag-agent-1.0.1-sources.jar | 26 KB |
gag-agent-1.0.1-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stokito/gag-agent/ -->
<dependency>
<groupId>com.github.stokito</groupId>
<artifactId>gag-agent</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stokito/gag-agent/
implementation 'com.github.stokito:gag-agent:1.0.1'
// https://jarcasting.com/artifacts/com.github.stokito/gag-agent/
implementation ("com.github.stokito:gag-agent:1.0.1")
'com.github.stokito:gag-agent:jar:1.0.1'
<dependency org="com.github.stokito" name="gag-agent" rev="1.0.1">
<artifact name="gag-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stokito', module='gag-agent', version='1.0.1')
)
libraryDependencies += "com.github.stokito" % "gag-agent" % "1.0.1"
[com.github.stokito/gag-agent "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.stokito : gag-annotations | jar | 1.0.1 |
asm : asm | jar | 3.1 |
asm : asm-commons | jar | 3.1 |
com.google.guava : guava | jar | 10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |