g

grails-plugin-log4j

Grails Web Application Framework
http://grails.org/
The Apache Software License, Version 2.0
Graeme Rocher Jeff Brown
Files download
File Operation
grails-plugin-log4j-2.4.0.RC2.jar download
grails-plugin-log4j-2.4.0.RC2.pom download
grails-plugin-log4j-2.4.0.RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails</groupId>
  <artifactId>grails-plugin-log4j</artifactId>
  <version>2.4.0.RC2</version>
</dependency>
Gradle Groovy
implementation 'org.grails:grails-plugin-log4j:2.4.0.RC2'
Gradle Kotlin
implementation("org.grails:grails-plugin-log4j:2.4.0.RC2")
Scala SBT
libraryDependencies += "org.grails" % "grails-plugin-log4j" % "2.4.0.RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.grails', module='grails-plugin-log4j', version='2.4.0.RC2')
)
Apache Ivy
<dependency org="org.grails" name="grails-plugin-log4j" rev="2.4.0.RC2" />
Leiningen
[org.grails/grails-plugin-log4j "2.4.0.RC2"]
Apache Buildr
'org.grails:grails-plugin-log4j:jar:2.4.0.RC2'