or.tutorial.presentation.2.16.0.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of presentation Show documentation
Show all versions of presentation Show documentation
Presentation content (e.g. configuration for landing page screen shot)
<?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.tutorial</groupId> <artifactId>tutorials</artifactId> <version>2.16.0</version> </parent> <artifactId>presentation</artifactId> <name>Presentation</name> <description>Presentation content (e.g. configuration for landing page screen shot)</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <basedir>${basedir}</basedir> <projectVersion>${project.version}</projectVersion> </properties> <dependencies> <dependency> <groupId>net.officefloor.plugin</groupId> <artifactId>officeplugin_woof</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy