template-form-builder-angularjs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>template-form-builder-angularjs</artifactId>
<version>5.12.5</version>
</dependency><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.eclipse.dirigible</groupId>
<artifactId>dirigible-template-parent</artifactId>
<version>5.12.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Template - AngularJS Form Generator</name>
<artifactId>template-form-builder-angularjs</artifactId>
<packaging>jar</packaging>
<scm>
<url>${content.scm.url}</url>
<connection>${content.scm.connection}</connection>
<developerConnection>${content.scm.developerConnection}</developerConnection>
</scm>
<properties>
<content.repository.name>template-form-builder-angularjs</content.repository.name>
<content.project.name>template-form-builder-angularjs</content.project.name>
<content.scm.url>https://github.com/dirigiblelabs/${content.repository.name}</content.scm.url>
<content.scm.connection>scm:git:git://github.com/dirigiblelabs/${content.repository.name}.git</content.scm.connection>
<content.scm.developerConnection>scm:git:https://github.com/dirigiblelabs/${content.repository.name}</content.scm.developerConnection>
<license.header.location>../../licensing-header.txt</license.header.location>
</properties>
</project>