Download nucleus-1.3.1.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 1.3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

nucleus-1.3.1-javadoc.jar
nucleus-1.3.1-sources.jar
nucleus-1.3.1.jar
nucleus-1.3.1.pom



Related Tutorials