Skip to content

First Release

Latest
Compare
Choose a tag to compare
@goxr3plus goxr3plus released this 05 Nov 17:03
· 3 commits to master since this release
dd7a745

-- Add it to your project using JitPack --

https://jitpack.io/private#goxr3plus/JSFG-Grammar-Rules-Parser-Library-for-Sphinx4-5

Step 1. Add the JitPack repository to your build file

<repositories>
	<repository>
	   <id>jitpack.io</id>
	   <url>https://jitpack.io</url>
        </repository>
</repositories>

Step 2. Add the dependency

<dependency>
   <groupId>com.github.goxr3plus</groupId>
   <artifactId>JSFG-Grammar-Rules-Parser-Library-for-Sphinx4-5</artifactId>
   <version>V1.0.0</version>
</dependency>