freemarker
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.34</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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. --> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.34</version> <name>Apache FreeMarker</name> <description> FreeMarker is a "template engine"; a generic tool to generate text output based on templates. </description> <url>https://freemarker.apache.org/</url> <organization> <name>Apache Software Foundation</name> <url>http://apache.org</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <mailingLists> <mailingList> <name>FreeMarker developer list</name> <subscribe>dev-subscribe@freemarker.apache.org</subscribe> <unsubscribe>dev-unsubscribe@freemarker.apache.org</unsubscribe> <post>dev@freemarker.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/freemarker-dev/</archive> </mailingList> <mailingList> <name>FreeMarker commit and Jira notifications list</name> <subscribe>notifications-subscribe@freemarker.apache.org</subscribe> <unsubscribe>notifications-unsubscribe@freemarker.apache.org</unsubscribe> <post>notifications@freemarker.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/freemarker-notifications/</archive> </mailingList> <mailingList> <name>FreeMarker management private</name> <post>private@freemarker.apache.org</post> </mailingList> </mailingLists> <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git</developerConnection> <tag>v2.3.34</tag> <url>https://git-wip-us.apache.org/repos/asf?p=freemarker.git</url> </scm> <issueManagement> <system>jira</system> <url>https://issues.apache.org/jira/browse/FREEMARKER/</url> </issueManagement> </project>