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.7.jar download
jbibtex-1.0.7.pom download
jbibtex-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jbibtex</groupId>
  <artifactId>jbibtex</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'org.jbibtex:jbibtex:1.0.7'
Gradle Kotlin
implementation("org.jbibtex:jbibtex:1.0.7")
Scala SBT
libraryDependencies += "org.jbibtex" % "jbibtex" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.jbibtex', module='jbibtex', version='1.0.7')
)
Apache Ivy
<dependency org="org.jbibtex" name="jbibtex" rev="1.0.7" />
Leiningen
[org.jbibtex/jbibtex "1.0.7"]
Apache Buildr
'org.jbibtex:jbibtex:jar:1.0.7'