Download composite-logging-deploy-3.5.jar file - Jar c

Jar examples for c:composite-logging-deploy

Description

The standard logging library used for deployments for Grails (which requires log4j)

You can download jar file composite-logging-deploy 3.5 in this page.

Build File

You can use the following script to add composite-logging-deploy-3.5.jar to your project.

<dependency>
   <groupId>nz.ac.auckland.composite</groupId>
   <artifactId>composite-logging-deploy</artifactId>
   <version>3.5</version>
</dependency>
compile group: 'nz.ac.auckland.composite', name: 'composite-logging-deploy', version: '3.5'
libraryDependencies += "nz.ac.auckland.composite" % "composite-logging-deploy" % "3.5"
<dependency org="nz.ac.auckland.composite" name="composite-logging-deploy" rev="3.5"/>
@Grapes(@Grab(group='nz.ac.auckland.composite', module='composite-logging-deploy', version='3.5'))
'nz.ac.auckland.composite:composite-logging-deploy:jar:3.5'

Download

Click the following link to download the jar file.

composite-logging-deploy-3.5.jar
composite-logging-deploy-3.5.pom



Related Tutorials