t

tracee-springmvc

Please refer to https://github.com/tracee/tracee.
文件下载
文件名 操作
tracee-springmvc-0.6.0.jar 下载
tracee-springmvc-0.6.0.pom 下载
tracee-springmvc-0.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.tracee.inbound</groupId>
  <artifactId>tracee-springmvc</artifactId>
  <version>0.6.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.tracee.inbound:tracee-springmvc:0.6.0'
Gradle Kotlin
implementation("io.tracee.inbound:tracee-springmvc:0.6.0")
Scala SBT
libraryDependencies += "io.tracee.inbound" % "tracee-springmvc" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.tracee.inbound', module='tracee-springmvc', version='0.6.0')
)
Apache Ivy
<dependency org="io.tracee.inbound" name="tracee-springmvc" rev="0.6.0" />
Leiningen
[io.tracee.inbound/tracee-springmvc "0.6.0"]
Apache Buildr
'io.tracee.inbound:tracee-springmvc:jar:0.6.0'