Download nucleus-3.0.0-beta.jar file - Jar n

Jar examples for n:nucleus

Description

nucleus is a Grails-Groovy plugin which contains utility methods, classes and endpoints.

You can download jar file nucleus 3.0.0-beta in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add nucleus-3.0.0-beta.jar to your project.

<dependency>
   <groupId>info.android15.nucleus</groupId>
   <artifactId>nucleus</artifactId>
   <version>3.0.0-beta</version>
</dependency>
compile group: 'info.android15.nucleus', name: 'nucleus', version: '3.0.0-beta'
libraryDependencies += "info.android15.nucleus" % "nucleus" % "3.0.0-beta"
<dependency org="info.android15.nucleus" name="nucleus" rev="3.0.0-beta"/>
@Grapes(@Grab(group='info.android15.nucleus', module='nucleus', version='3.0.0-beta'))
'info.android15.nucleus:nucleus:jar:3.0.0-beta'

Download

Click the following link to download the jar file.

nucleus-3.0.0-beta-javadoc.jar
nucleus-3.0.0-beta-sources.jar
nucleus-3.0.0-beta.jar
nucleus-3.0.0-beta.pom



Related Tutorials