rife2-renderers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.uwyn.rife2</groupId> <artifactId>rife2-renderers</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.uwyn.rife2</groupId> <artifactId>rife2-renderers</artifactId> <version>1.2.0</version> <name>RIFE2 Template Renderers</name> <description>Template Renderers for the RIFE2 web framework</description> <url>https://github.com/rife2/rife2-template-renderers</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <properties> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>com.uwyn.rife2</groupId> <artifactId>rife2</artifactId> <version>1.9.1</version> <scope>compile</scope> </dependency> </dependencies> <developers> <developer> <id>ethauvin</id> <name>Erik C. Thauvin</name> <email>erik@thauvin.net</email> <url>https://erik.thauvin.net/</url> </developer> <developer> <id>gbevin</id> <name>Geert Bevin</name> <email>gbevin@uwyn.com</email> <url>https://github.com/gbevin</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/rife2/rife2-template-renderers.git</connection> <developerConnection>scm:git:git@github.com:rife2/rife2-template-renderers.git</developerConnection> <url>https://github.com/rife2/rife2-template-renderers</url> </scm> </project>