META-INF.maven.org.ligoj.api.plugin-api.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-api Show documentation
Show all versions of plugin-api Show documentation
Plugin API definition and compatibility following semver
The 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>org.ligoj.api</groupId> <artifactId>parent</artifactId> <version>4.1.9</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>plugin-api</artifactId> <packaging>jar</packaging> <name>Ligoj - Plugin API</name> <description>Plugin API definition and compatibility following semver</description> <url>https://github.com/ligoj/ligoj-api/plugin-api</url> </project>