c

core-citation

Tools for annotating code with publication references and automatically generating bibliographies for your code.
文件下载
文件名 操作
core-citation-1.3.7.jar 下载
core-citation-1.3.7.pom 下载
core-citation-1.3.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>core-citation</artifactId>
  <version>1.3.7</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:core-citation:1.3.7'
Gradle Kotlin
implementation("org.openimaj:core-citation:1.3.7")
Scala SBT
libraryDependencies += "org.openimaj" % "core-citation" % "1.3.7"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='core-citation', version='1.3.7')
)
Apache Ivy
<dependency org="org.openimaj" name="core-citation" rev="1.3.7" />
Leiningen
[org.openimaj/core-citation "1.3.7"]
Apache Buildr
'org.openimaj:core-citation:jar:1.3.7'