MVN

org.dbpedia.databus : databus-maven-plugin

Maven & Gradle

Dec 18, 2018
6 stars

DBpedia Databus Maven Plugin · A Maven Plugin to test data, prepare meta-data (DataIDs) and publish the resulting DataIDs to the Databus repository.

<plugin>
    <groupId>org.dbpedia.databus</groupId>
    <artifactId>databus-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dbpedia.databus : databus-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.dbpedia.databus : databus-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
databus-maven-plugin-1.2
1.1
databus-maven-plugin-1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.dbpedia.databus</groupId>
    <artifactId>databus-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>