Skip to content

decoit/simu-metadata-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DECOIT SIMU Metadata Factory

This is a factory library based on ifmapj that allows easy creation of vendor-specific metadata and extended identifier that were specified during the SIMU research project.

Installation

The following requirements must be met to compile and use this library:

  • Java 7 or higher
  • Maven 3

To compile this project the Oracle JDK is preferred but it may work as well on other JDK implementations. If the requirements are met, simply run mvn install inside the repository's root directory to install the library to your local Maven repository.

Usage

To use this library in your application simply add the dependency to your pom.xml file:

<dependency>
    <groupId>de.decoit.simu</groupId>
    <artifactId>simu-metadata-factory</artifactId>
    <version>0.1-SNAPSHOT</version>
</dependency>

If included correctly create an instance of the SimuMetadataFactoryImpl class and use its methods to create the SIMU specific IF-MAP elements.

License

The source code and all other contents of this repository are copyright by DECOIT GmbH and licensed under the terms of the GNU General Public License Version 3. A copy of the license may be found inside the LICENSE file.

About

A factory library based on ifmapj that may be used to create SIMU project specific metadata and identifiers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages