MVN

com.googlecode.the-fascinator.maven-plugins : schemagen

Maven & Gradle

Jul 06, 2011

Schemagen plugin · This plugin can be used to generate a set of Java classes for accessing RDF via RDF2Go.

<plugin>
    <groupId>com.googlecode.the-fascinator.maven-plugins</groupId>
    <artifactId>schemagen</artifactId>
    <version>0.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.the-fascinator.maven-plugins : schemagen to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.googlecode.the-fascinator.maven-plugins : schemagen to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
schemagen-0.0.2

How to add a plugin to Maven

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

<plugin>
    <groupId>com.googlecode.the-fascinator.maven-plugins</groupId>
    <artifactId>schemagen</artifactId>
    <version>0.0.2</version>
</plugin>