Skip to content

Sesame Vocabulary Builder 1.4

Latest
Compare
Choose a tag to compare
@ja-fra ja-fra released this 29 Jun 10:57
· 2 commits to master since this release

Changes

  1. New Feature: Generate String Constants (#42)
  2. Minor fixes:
    • maven plugin configuration (#36)
    • checking for reserved keywords (#39)

Maven

<plugin> 
  <groupId>com.github.tkurz.sesame</groupId>
  <artifactId>vocab-builder-maven-plugin</artifactId>
  <version>1.4</version>
</plugin>
<dependency>
  <groupId>com.github.tkurz.sesame</groupId>
  <artifactId>vocab-builder-cli</artifactId>
  <version>1.4</version>
</dependency>
<dependency>
  <groupId>com.github.tkurz.sesame</groupId>
  <artifactId>vocab-builder-core</artifactId>
  <version>1.4</version>
</dependency>