License |
License |
---|---|
GroupId | GroupIdorg.jbibtex |
ArtifactId | ArtifactIdjbibtex |
Last Version | Last Version1.0.20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJBibTeX
Java BibTeX parser and formatter
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jbibtex-1.0.20.pom | |
jbibtex-1.0.20.jar | 73 KB |
jbibtex-1.0.20-sources.jar | 39 KB |
jbibtex-1.0.20-javadoc.jar | 231 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbibtex/jbibtex/ -->
<dependency>
<groupId>org.jbibtex</groupId>
<artifactId>jbibtex</artifactId>
<version>1.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbibtex/jbibtex/
implementation 'org.jbibtex:jbibtex:1.0.20'
// https://jarcasting.com/artifacts/org.jbibtex/jbibtex/
implementation ("org.jbibtex:jbibtex:1.0.20")
'org.jbibtex:jbibtex:jar:1.0.20'
<dependency org="org.jbibtex" name="jbibtex" rev="1.0.20">
<artifact name="jbibtex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbibtex', module='jbibtex', version='1.0.20')
)
libraryDependencies += "org.jbibtex" % "jbibtex" % "1.0.20"
[org.jbibtex/jbibtex "1.0.20"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | [2.8.0, 2.13.2] |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | [2.8.0, 2.13.2] |
junit : junit | jar | 4.13.2 |