You can download spring-batch-admin-resources-1.3.1.release.jar in this page.
Apache Open Source
spring-batch-admin-resources-1.3.1.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/images/ajax-loader.gif META-INF/images/delete.png META-INF/images/favicon.ico META-INF/images/footer-left.png META-INF/images/footer-right.png META-INF/images/footer-stretch.png META-INF/images/header-left.png META-INF/images/header-right.png META-INF/images/header-stretch.png META-INF/images/help.png META-INF/images/issues.gif META-INF/images/module-icon.png META-INF/images/powered-by-spring.png META-INF/images/primary-item-background.png META-INF/images/primary-menu-stretch.png META-INF/images/primary-wrapper-left.png META-INF/images/primary-wrapper-right.png META-INF/images/springsource_logo.png META-INF/images/table-header-background.png META-INF/images/table-header-bottom-background.png META-INF/images/table-header-top-background.png META-INF/js/jquery-1.4.2.min.js META-INF/js/jquery.validate-1.7.0.min.js META-INF/maven/org.springframework.batch/spring-batch-admin-resources/pom.properties META-INF/maven/org.springframework.batch/spring-batch-admin-resources/pom.xml META-INF/spring/batch/bootstrap/resources/resources-context.xml META-INF/spring/batch/servlet/resources/resources-context.xml META-INF/styles/colors.css META-INF/styles/local.css META-INF/styles/main.css META-INF/styles/print.css org.springframework.batch.admin.web.filter.ParameterUnpackerFilter.class org.springframework.batch.admin.web.filter.SessionIdFilter.class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView.class org.springframework.batch.admin.web.freemarker.HippyFreeMarkerConfigurer.class org.springframework.batch.admin.web.interceptor.ContentTypeInterceptor.class org.springframework.batch.admin.web.resources.BaseMenu.class org.springframework.batch.admin.web.resources.DefaultResourceService.class org.springframework.batch.admin.web.resources.Menu.class org.springframework.batch.admin.web.resources.MenuManager.class org.springframework.batch.admin.web.resources.ResourceService.class org.springframework.batch.admin.web.util.HomeController.class org.springframework.batch.admin.web.util.ResourceInfo.class org/springframework/batch/admin/web/layouts/html/footer.ftl org/springframework/batch/admin/web/layouts/html/header.ftl org/springframework/batch/admin/web/layouts/html/home.ftl org/springframework/batch/admin/web/layouts/html/navigation.ftl org/springframework/batch/admin/web/layouts/html/standard.ftl org/springframework/batch/admin/web/layouts/json/empty.ftl org/springframework/batch/admin/web/layouts/json/home.ftl org/springframework/batch/admin/web/layouts/json/standard.ftl org/springframework/batch/admin/web/layouts/rss/home.ftl org/springframework/batch/admin/web/layouts/rss/standard.ftl org/springframework/batch/admin/web/resources/WEB-INF/web.xml org/springframework/batch/admin/web/resources/index.jsp org/springframework/batch/admin/web/resources/servlet-config.xml org/springframework/batch/admin/web/resources/webapp-config.xml
spring-batch-admin-resources-1.3.1.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <description>Extensible UI framework and basic styles and layout for Spring Batch Admin console.</description> <parent> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-admin-parent</artifactId> <version>1.3.1.RELEASE</version> <relativePath>../spring-batch-admin-parent</relativePath> </parent> <artifactId>spring-batch-admin-resources</artifactId> <packaging>jar</packaging> <name>Resources</name> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-taglibs</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>com.springsource.bundlor</groupId> <artifactId>com.springsource.bundlor.maven</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-admin-resources</artifactId> <version>1.3.1.release</version> </dependency>
If you think the following spring-batch-admin-resources-1.3.1.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-batch-admin-resources-1.3.1.release.jar file