j

jbibtex

Java BibTeX parser and formatter
http://www.jbibtex.org
New BSD License
University of Tartu
Villu Ruusmann
Files download
File Operation
jbibtex-1.0.12.jar download
jbibtex-1.0.12.pom download
jbibtex-1.0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jbibtex</groupId>
  <artifactId>jbibtex</artifactId>
  <version>1.0.12</version>
</dependency>
Gradle Groovy
implementation 'org.jbibtex:jbibtex:1.0.12'
Gradle Kotlin
implementation("org.jbibtex:jbibtex:1.0.12")
Scala SBT
libraryDependencies += "org.jbibtex" % "jbibtex" % "1.0.12"
Groovy Grape
@Grapes(
  @Grab(group='org.jbibtex', module='jbibtex', version='1.0.12')
)
Apache Ivy
<dependency org="org.jbibtex" name="jbibtex" rev="1.0.12" />
Leiningen
[org.jbibtex/jbibtex "1.0.12"]
Apache Buildr
'org.jbibtex:jbibtex:jar:1.0.12'