Created
May 7, 2012 09:42
-
-
Save aneveux/2626932 to your computer and use it in GitHub Desktop.
Simple notifications using JAchievement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Achievement achievement = new Achievement("Achievement unlocked", "My first Java code."); | |
| AchievementQueue queue = new AchievementQueue(); | |
| queue.add(achievement); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dependency> | |
| <groupId>org.jachievement</groupId> | |
| <artifactId>jachievement</artifactId> | |
| <version>2.0.0-SNAPSHOT</version> | |
| </dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment