文件下载
文件名 操作
stix-1.2.0.2.jar 下载
stix-1.2.0.2.pom 下载
stix-1.2.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mitre</groupId>
  <artifactId>stix</artifactId>
  <version>1.2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.mitre:stix:1.2.0.2'
Gradle Kotlin
implementation("org.mitre:stix:1.2.0.2")
Scala SBT
libraryDependencies += "org.mitre" % "stix" % "1.2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.mitre', module='stix', version='1.2.0.2')
)
Apache Ivy
<dependency org="org.mitre" name="stix" rev="1.2.0.2" />
Leiningen
[org.mitre/stix "1.2.0.2"]
Apache Buildr
'org.mitre:stix:jar:1.2.0.2'