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