Files download
File Operation
jstyleparser-4.1.0.jar download
jstyleparser-4.1.0.pom download
jstyleparser-4.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tokyo.northside</groupId>
  <artifactId>jstyleparser</artifactId>
  <version>4.1.0</version>
</dependency>
Gradle Groovy
implementation 'tokyo.northside:jstyleparser:4.1.0'
Gradle Kotlin
implementation("tokyo.northside:jstyleparser:4.1.0")
Scala SBT
libraryDependencies += "tokyo.northside" % "jstyleparser" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='tokyo.northside', module='jstyleparser', version='4.1.0')
)
Apache Ivy
<dependency org="tokyo.northside" name="jstyleparser" rev="4.1.0" />
Leiningen
[tokyo.northside/jstyleparser "4.1.0"]
Apache Buildr
'tokyo.northside:jstyleparser:jar:4.1.0'