Skip to content

Instantly share code, notes, and snippets.

@aneveux
Created May 7, 2012 09:42
Show Gist options
  • Select an option

  • Save aneveux/2626932 to your computer and use it in GitHub Desktop.

Select an option

Save aneveux/2626932 to your computer and use it in GitHub Desktop.
Simple notifications using JAchievement
Achievement achievement = new Achievement("Achievement unlocked", "My first Java code.");
AchievementQueue queue = new AchievementQueue();
queue.add(achievement);
<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