All Downloads are FREE. Search and download functionalities are using the official Maven repository.

or.plugin.officeplugin_spring.2.3.0.source-code.pom.xml Maven / Gradle / Ivy

Go to download

Integration with Spring to allow use of its BeanFactory (specifically XmlBeanFactory).

There is a newer version: 2.7.0
Show newest version
<?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>
	<parent>
		<groupId>net.officefloor.plugin</groupId>
		<artifactId>plugins</artifactId>
		<version>2.3.0</version>
	</parent>
	<artifactId>officeplugin_spring</artifactId>
	<name>Spring Plug-in</name>
	<description>Integration with Spring to allow use of its BeanFactory (specifically XmlBeanFactory).</description>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<dependencies>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring</artifactId>
		</dependency>
	</dependencies>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy