Download grails-gsp-spring-boot-1.0.0.jar file

Introduction

You can download grails-gsp-spring-boot-1.0.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

grails-gsp-spring-boot-1.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/spring.factories
grails.gsp.boot.GspAutoConfiguration.class

Pom

grails-gsp-spring-boot-1.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.grails</groupId>
  <artifactId>grails-gsp-spring-boot</artifactId>
  <version>1.0.0</version>
  <name>Grails for Spring Boot - grails-gsp-spring-boot</name>
  <description>Grails for Spring Boot - grails-gsp-spring-boot</description>
  <url>http://www.github.com/grails/grails-boot/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>graemerocher</id>
      <name>Graeme Rocher</name>
    </developer>
    <developer>
      <id>lhotari</id>
      <name>Lari Hotari</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:grails/grails-boot.git</connection>
    <developerConnection>scm:git@github.com:grails/grails-boot.git</developerConnection>
    <url>scm:git@github.com:grails/grails-boot.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-spring</artifactId>
      <version>2.4.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-cli</artifactId>
      <version>1.1.11.RELEASE</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>1.1.11.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-web-gsp</artifactId>
      <version>2.4.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-web-gsp-taglib</artifactId>
      <version>2.4.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.grails</groupId>
   <artifactId>grails-gsp-spring-boot</artifactId>
   <version>1.0.0</version>
</dependency>

Download

If you think the following grails-gsp-spring-boot-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download grails-gsp-spring-boot-1.0.0.jar file




PreviousNext

Related