c

cross

This is the Cross maven3 project. Cross provides Spring framework integration and infrastructure for worfklow-based processing of data.
https://github.com/nilshoffmann/maltcms-cross
L-GPL v3 Eclipse Public License (EPL)
Nils Hoffmann Mathias Wilhelm Soeren Mueller Kai-Bernd Stadermann Tobias Placht
文件下载
文件名 操作
cross-2.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.nilshoffmann</groupId>
  <artifactId>cross</artifactId>
  <version>2.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.nilshoffmann:cross:2.0.2'
Gradle Kotlin
implementation("io.github.nilshoffmann:cross:2.0.2")
Scala SBT
libraryDependencies += "io.github.nilshoffmann" % "cross" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.nilshoffmann', module='cross', version='2.0.2')
)
Apache Ivy
<dependency org="io.github.nilshoffmann" name="cross" rev="2.0.2" />
Leiningen
[io.github.nilshoffmann/cross "2.0.2"]
Apache Buildr
'io.github.nilshoffmann:cross:jar:2.0.2'
本项目依赖

compile

|-- junit:junit