Open GoogleCodeExporter opened 8 years ago
+1 Maven community would be very thankful.
Original comment by w.schoen...@gmail.com
on 30 Apr 2010 at 2:56
+1 I would like to see it in my code :)
Original comment by stal...@gmail.com
on 8 Feb 2012 at 11:56
Please do this! I would really like to start using these.
Thanks.
Original comment by chris.ru...@gmail.com
on 2 Mar 2012 at 3:26
+1 Would be really nice to have it integrated with maven
Original comment by robertob...@gmail.com
on 27 Mar 2012 at 11:11
@Win
Maven
Original comment by luca...@gmail.com
on 22 Nov 2012 at 12:30
[deleted comment]
GAG is already loaded to Maven Central
<dependency>
<groupId>com.google.gag</groupId>
<artifactId>gag</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.google.gag</groupId>
<artifactId>gag-agent</artifactId>
<version>1.0.1</version>
</dependency>
But it is not mavenized yet
I had created mavenized fork of GAG on GitHub https://github.com/stokito/gag
Now, GAG builded by Maven, thats a helps to resolve transitive dependencies.
This version also is uploaded to Maven Central, here is dependency:
<dependency>
<groupId>com.github.stokito</groupId>
<artifactId>gag-annotations</artifactId>
<version>1.0.1</version>
</dependency>
Take a look on demo application https://github.com/stokito/gag-demo
Everybody are wellcome to fork me ;)
Original comment by stok...@gmail.com
on 22 Nov 2012 at 12:43
It has transitive dependencies????
Original comment by ceefour666@gmail.com
on 15 Mar 2013 at 5:36
It uses asm and Java agent
Original comment by stok...@gmail.com
on 15 Mar 2013 at 7:00
Original issue reported on code.google.com by
n.j.wh...@gmail.com
on 2 Apr 2010 at 8:47