summerb-stringtemplate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.skarpushin</groupId>
<artifactId>summerb-stringtemplate</artifactId>
<version>9.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2025 Sergey Karpushin
Licensed 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.
-->
<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.github.skarpushin</groupId>
<artifactId>summerb-stringtemplate</artifactId>
<version>9.2.0</version>
<name>summerb-stringtemplate</name>
<description>A library for working with string templates</description>
<url>https://github.com/skarpushin/summerb/summerb-stringtemplate</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>skarpushin</id>
<name>Sergey Karpushin</name>
<email>sergey.v.karpushin@gmail.com</email>
<url>https://github.com/skarpushin</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/skarpushin/summerb/summerb-stringtemplate</connection>
<developerConnection>scm:git:ssh://github.com:skarpushin/summerb.git/summerb-stringtemplate</developerConnection>
<url>https://github.com/skarpushin/summerb/summerb-stringtemplate</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.skarpushin</groupId>
<artifactId>summerb-validation</artifactId>
<version>9.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>