modelant.template
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.mdatools</groupId>
<artifactId>modelant.template</artifactId>
<version>3.3.0</version>
</dependency><?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>net.mdatools</groupId>
<artifactId>modelant.template</artifactId>
<version>3.3.0</version>
<packaging>pom</packaging>
<name>modelant.template</name>
<description>Templates and template engine allowing OOP in templates and templates in OOP.</description>
<url>https://mdatools.net/modelant.template/</url>
<licenses>
<license>
<name>Eclipse Public License v 2.0</name>
<url>https://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Rusi Popov</name>
<email>popovr@mdatools.net</email>
<organization>MDA Tools</organization>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/rpopov/modelant.git/modelant.template</connection>
<developerConnection>scm:git:https://github.com/rpopov/modelant.git/modelant.template</developerConnection>
<url>https://github.com/rpopov/modelant/modelant.template</url>
</scm>
</project>