is not current version
Last Version 1.0.20

org.jbibtex:jbibtex 1.0.10

Java BibTeX parser and formatter

GroupId

GroupId

org.jbibtex
ArtifactId

ArtifactId

jbibtex
Version

Version

1.0.10
Type

Type

jar

Download jbibtex 1.0.10


<!-- https://jarcasting.com/artifacts/org.jbibtex/jbibtex/ -->
<dependency>
    <groupId>org.jbibtex</groupId>
    <artifactId>jbibtex</artifactId>
    <version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbibtex/jbibtex/
implementation 'org.jbibtex:jbibtex:1.0.10'
// https://jarcasting.com/artifacts/org.jbibtex/jbibtex/
implementation ("org.jbibtex:jbibtex:1.0.10")
'org.jbibtex:jbibtex:jar:1.0.10'
<dependency org="org.jbibtex" name="jbibtex" rev="1.0.10">
  <artifact name="jbibtex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbibtex', module='jbibtex', version='1.0.10')
)
libraryDependencies += "org.jbibtex" % "jbibtex" % "1.0.10"
[org.jbibtex/jbibtex "1.0.10"]