codecentric / NSMenuFX

Other
127 stars 26 forks source link

Publish artifact to Maven Central #1

Closed electrum closed 9 years ago

electrum commented 9 years ago

Cool project! Any plans to publish the artifact to Maven Central?

0x4a616e commented 9 years ago

Thx! I'd like to add some minor things allowing for simpler usage in cross-platform projects first. But after that, i'll try to publish it on maven central.

0x4a616e commented 9 years ago

Sorry... it took me a while but it's now published to Maven Central!

<dependency>
    <groupId>de.codecentric.centerdevice</groupId>
    <artifactId>centerdevice-nsmenufx</artifactId>
    <version>1.0.0</version>
 </dependency>