jwebmp-angular-scroll-position
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.plugins.angular</groupId> <artifactId>jwebmp-angular-scroll-position</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-angular-scroll-position</artifactId> <packaging>jar</packaging> <name>Angular Scroll Position</name> <description>The JWebSwing implementation for Angular Scroll Position</description> <url>https://github.com/GedMarc/Angular-Scroll-Position</url> <issueManagement> <system>Github</system> <url>https://github.com/GedMarc/Angular-Scroll-Position/issues</url> </issueManagement> <build> </build> <dependencies> <dependency> <groupId>com.jwebmp.core</groupId> <artifactId>jwebmp-core</artifactId> </dependency> <dependency> <groupId>com.jwebmp.plugins.angular</groupId> <artifactId>jwebmp-plugins-angularjs</artifactId> </dependency> </dependencies> <scm> <url>https://github.com/GedMarc?tab=repositories</url> </scm> <ciManagement> <system>TeamCity</system> <url>http://jwebmp.com/teamcity</url> </ciManagement> </project>