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