jwebmp-angular-animate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.plugins.angular</groupId> <artifactId>jwebmp-angular-animate</artifactId> <version>1.2.0.1-jre16</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-jre16</version> </parent> <artifactId>jwebmp-angular-animate</artifactId> <packaging>jar</packaging> <name>Angular Animate Addon</name> <description>The JWebSwing implementation for Angular Animate</description> <url>https://github.com/GedMarc/Angular-Animate</url> <dependencies> <dependency> <groupId>com.jwebmp.core</groupId> <artifactId>jwebmp-core</artifactId><type>jar</type> </dependency> <dependency> <groupId>com.jwebmp.plugins.angular</groupId> <artifactId>jwebmp-plugins-angularjs</artifactId><type>jar</type> </dependency> </dependencies> <scm> <url>https://jwebmp/jira/secure/RapidBoard.jspa?rapidView=1&view=planning.nodetail&epics=visible&selectedEpic=JWEB-19Marc?tab=repositories</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/GedMarc/JWebSwing-Angular-Animate</url> </issueManagement> <ciManagement> <system>TeamCity</system> <url>https://jwebmp.com/teamcity/viewType.html?buildTypeId=JWebSwingPlugins_BuildAngularAnimate</url> </ciManagement> </project>