| Group ID: |
com.github.heneke.thymeleaf |
| Artifact ID: |
thymeleaf-extras-togglz |
| Version: |
1.1.0.RELEASE |
| Last modified: |
28.08.2016 09:02 |
| Packaging: |
jar |
| Name: |
Thymeleaf Extras Togglz |
| Description: |
Thymeleaf dialect integrating Togglz feature toggles. |
| URL: |
https://github.com/heneke/thymeleaf-extras-togglz |
|
|
| Size: |
5.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/heneke/thymeleaf/thymeleaf-extras-togglz/1.1.0.RELEASE/thymeleaf-extras-togglz-1.1.0.RELEASE.jar |
| POM: |
Show
hide
<?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.1.0.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>
<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>
<issueManagement>
<system>Github Issues</system>
<url>https://github.com/heneke/thymeleaf-extras-togglz/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>2.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-core</artifactId>
<version>[2.0.1.Final,3.0.0)</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-testing</artifactId>
<version>[2.0.1.Final,3.0.0)</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>
|
| Maven: |
<dependency>
<groupId>com.github.heneke.thymeleaf</groupId>
<artifactId>thymeleaf-extras-togglz</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
|
| Gradle: |
com.github.heneke.thymeleaf:thymeleaf-extras-togglz:1.1.0.RELEASE |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
junit-4.8.2.jar
in junit/junit/4.8.2
-
[JAR]
thymeleaf-2.1.3.RELEASE.jar
in org/thymeleaf/thymeleaf/2.1.3.RELEASE
-
[JAR]
thymeleaf-testing-2.1.3.RELEASE.jar
in org/thymeleaf/thymeleaf-testing/2.1.3.RELEASE
-
[JAR]
togglz-core-[2.0.1.Final,3.0.0).jar
in org/togglz/togglz-core/[2.0.1.Final,3.0.0)
-
[JAR]
togglz-testing-[2.0.1.Final,3.0.0).jar
in org/togglz/togglz-testing/[2.0.1.Final,3.0.0)
|
| Dependency Graph: |
Show
Less
More
|