c

com.io7m.xstructural.api

Structural document format (API)
https://www.github.com/io7m/xstructural
文件下载
文件名 操作
com.io7m.xstructural.api-1.5.0.jar 下载
com.io7m.xstructural.api-1.5.0.pom 下载
com.io7m.xstructural.api-1.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.io7m.xstructural</groupId>
  <artifactId>com.io7m.xstructural.api</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.io7m.xstructural:com.io7m.xstructural.api:1.5.0'
Gradle Kotlin
implementation("com.io7m.xstructural:com.io7m.xstructural.api:1.5.0")
Scala SBT
libraryDependencies += "com.io7m.xstructural" % "com.io7m.xstructural.api" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.xstructural', module='com.io7m.xstructural.api', version='1.5.0')
)
Apache Ivy
<dependency org="com.io7m.xstructural" name="com.io7m.xstructural.api" rev="1.5.0" />
Leiningen
[com.io7m.xstructural/com.io7m.xstructural.api "1.5.0"]
Apache Buildr
'com.io7m.xstructural:com.io7m.xstructural.api:jar:1.5.0'