| Title: |
Operaton - Template Engine - JSR223 Freemarker |
| Group ID: |
org.operaton.template-engines |
| Artifact ID: |
operaton-template-engines-freemarker |
| Version: |
2.2.0-M3 |
| Last modified: |
21.08.2026 11:01 |
| Packaging: |
pom.sha512 |
| Name: |
Operaton - Template Engine - JSR223 Freemarker |
| Description: |
${project.name} |
| Vendor: |
Operaton |
|
|
| Size: |
8.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/operaton/template-engines/operaton-template-engines-freemarker/2.2.0-M3/operaton-template-engines-freemarker-2.2.0-M3.jar |
| POM: |
Show
hide
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.operaton.bpm</groupId>
<artifactId>operaton-parent</artifactId>
<relativePath>../parent</relativePath>
<version>2.2.0-M3</version>
</parent>
<groupId>org.operaton.template-engines</groupId>
<artifactId>operaton-template-engines-freemarker</artifactId>
<name>Operaton - Template Engine - JSR223 Freemarker</name>
<description>${project.name}</description>
<properties>
<license.includeTransitiveDependencies>false</license.includeTransitiveDependencies>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.operaton.bpm</groupId>
<artifactId>operaton-core-internal-dependencies</artifactId>
<version>${project.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<version>2.2.0-M3</version>
<dependencies>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<acceptPomPackaging>true</acceptPomPackaging>
<excludedScopes>test</excludedScopes>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>license-header-check</id>
<build>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<scm>
<url>https://github.com/operaton/operaton</url>
<connection>scm:git:git@github.com:operaton/operaton.git</connection>
<developerConnection>scm:git:git@github.com:operaton/operaton.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>
|
| Maven: |
<dependency>
<groupId>org.operaton.template-engines</groupId>
<artifactId>operaton-template-engines-freemarker</artifactId>
<version>2.2.0-M3</version>
</dependency>
|
| Gradle: |
org.operaton.template-engines:operaton-template-engines-freemarker:2.2.0-M3 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|