You can download grails-crud-1.3.7.jar in this page.
Apache License
grails-crud-1.3.7.jar file has the following types.
META-INF/MANIFEST.MF org.codehaus.groovy.grails.plugins.scaffolding.ScaffoldingGrailsPlugin.class org.codehaus.groovy.grails.scaffolding.DefaultGrailsTemplateGenerator.class org.codehaus.groovy.grails.scaffolding.DomainClassPropertyComparator.class org.codehaus.groovy.grails.scaffolding.GrailsTemplateGenerator.class org.codehaus.groovy.grails.scaffolding.SimpleDomainClassPropertyComparator.class org.codehaus.groovy.grails.scaffolding.exceptions.ScaffoldingException.class org.codehaus.groovy.grails.scaffolding.view.ScaffoldedGroovyPageView.class org.codehaus.groovy.grails.scaffolding.view.ScaffoldingViewResolver.class
grails-crud-1.3.7.pom file content.
<?xml version="1.0"?> <!-- Copyright 2007 the author. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.grails</groupId> <artifactId>grails</artifactId> <version>1.3.7</version> <relativePath>grails.pom</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>grails-crud</artifactId> <packaging>jar</packaging> <name>Grails Scaffolding</name> <description>Supports dynamic and generated scaffolding.</description> <url>http://www.grails.org</url> <dependencies> <!-- External Dependencies --> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> </dependency> <!-- Spring Dependencies --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> <!-- Grails Dependencies --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>grails-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>grails-resources</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>grails-web</artifactId> <version>${project.version}</version> </dependency> <!-- Runtime Dependencies --> <!-- Test Dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.grails</groupId> <artifactId>grails-crud</artifactId> <version>1.3.7</version> </dependency>
If you think the following grails-crud-1.3.7.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download grails-crud-1.3.7.jar file