t

tracee-springmvc

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