Skip to content
mguymon edited this page Oct 9, 2012 · 5 revisions

Naether uses the artifact notation created by Buildr

Valid Notations

  • groupId:artifactId:version - com.tobedevoured.naether:naether:0.9.0
  • groupId:artifactId:type:version - com.tobedevoured.naether:naether:jar:0.9.0
  • groupId:artifactId:type:classifier:version - com.tobedevoured.naether:naether:jar:tests:0.9.0

Java helper for translating notations

Clone this wiki locally