文件下载
文件名 操作
st-spreadsheet-serializing-exporter-10.1.1.jar 下载
st-spreadsheet-serializing-exporter-10.1.1.pom 下载
st-spreadsheet-serializing-exporter-10.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.semanticturkey</groupId>
  <artifactId>st-spreadsheet-serializing-exporter</artifactId>
  <version>10.1.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.semanticturkey:st-spreadsheet-serializing-exporter:10.1.1'
Gradle Kotlin
implementation("it.uniroma2.art.semanticturkey:st-spreadsheet-serializing-exporter:10.1.1")
Scala SBT
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-spreadsheet-serializing-exporter" % "10.1.1"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.semanticturkey', module='st-spreadsheet-serializing-exporter', version='10.1.1')
)
Apache Ivy
<dependency org="it.uniroma2.art.semanticturkey" name="st-spreadsheet-serializing-exporter" rev="10.1.1" />
Leiningen
[it.uniroma2.art.semanticturkey/st-spreadsheet-serializing-exporter "10.1.1"]
Apache Buildr
'it.uniroma2.art.semanticturkey:st-spreadsheet-serializing-exporter:jar:10.1.1'