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