jwebmp-plugins-angularjs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.plugins.angular</groupId> <artifactId>jwebmp-plugins-angularjs</artifactId> <version>1.2.0.1-jre11</version> </dependency>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>com.jwebmp.plugins.angular</groupId> <artifactId>jwebmp-plugins-angular-parent</artifactId> <version>1.2.0.1-jre11</version> </parent> <artifactId>jwebmp-plugins-angularjs</artifactId> <packaging>jar</packaging> <name>JWebMP Angular JS</name> <description>Provides Angular JS Data Binding for JWebMP </description> <url>https://github.com/GedMarc/JWebMP-AngularJS</url> <dependencies> <dependency> <groupId>com.jwebmp.core</groupId> <artifactId>jwebmp-core</artifactId> </dependency> <dependency> <groupId>com.guicedee.servlets</groupId> <artifactId>guiced-websockets</artifactId> </dependency> <dependency> <groupId>com.jwebmp.core</groupId> <artifactId>jwebmp-testlib</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.guicedee</groupId> <artifactId>guiced-injection</artifactId> </dependency> </dependencies> <scm> <url>https://github.com/GedMarc/JWebMP-AngularJS.git</url> </scm> </project>