Download thymeleaf-extras-togglz-1.0.1.release.jar file

Introduction

You can download thymeleaf-extras-togglz-1.0.1.release.jar in this page.

License

The Apache License, Version 2.0

Type List

thymeleaf-extras-togglz-1.0.1.release.jar file has the following types.

META-INF/MANIFEST.MF
com.github.heneke.thymeleaf.togglz.TogglzDialect.class
com.github.heneke.thymeleaf.togglz.processor.AbstractFeatureAttrProcessor.class
com.github.heneke.thymeleaf.togglz.processor.FeatureActiveAttrProcessor.class
com.github.heneke.thymeleaf.togglz.processor.FeatureInactiveAttrProcessor.class

Pom

thymeleaf-extras-togglz-1.0.1.release.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>com.github.heneke.thymeleaf</groupId>
  <artifactId>thymeleaf-extras-togglz</artifactId>
  <version>1.0.1.RELEASE</version>
  <name>Thymeleaf Extras Togglz</name>
  <description>Thymeleaf dialect integrating Togglz feature toggles.</description>
  <url>https://github.com/heneke/thymeleaf-extras-togglz</url>
  <inceptionYear>2013</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>heneke</id>
      <name>Hendrik Heneke</name>
      <email>heneke@gmail.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>Github Issues</system>
    <url>https://github.com/heneke/thymeleaf-extras-togglz/issues</url>
  </issueManagement>
  <scm>
    <connection>https://github.com/heneke/thymeleaf-extras-togglz.git</connection>
    <developerConnection>https://github.com/heneke/thymeleaf-extras-togglz.git</developerConnection>
    <url>https://github.com/heneke/thymeleaf-extras-togglz/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.thymeleaf</groupId>
      <artifactId>thymeleaf</artifactId>
      <version>2.1.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.togglz</groupId>
      <artifactId>togglz-core</artifactId>
      <version>2.0.1.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.togglz</groupId>
      <artifactId>togglz-testing</artifactId>
      <version>2.0.1.Final</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.thymeleaf</groupId>
      <artifactId>thymeleaf-testing</artifactId>
      <version>2.1.3.RELEASE</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.heneke.thymeleaf</groupId>
   <artifactId>thymeleaf-extras-togglz</artifactId>
   <version>1.0.1.release</version>
</dependency>

Download

If you think the following thymeleaf-extras-togglz-1.0.1.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download thymeleaf-extras-togglz-1.0.1.release.jar file




PreviousNext

Related