e

excalibur-fortress-migration

Fortress migration is a project supporting the binary compatibility of legacy fortress components within an avalon environment.
文件下载
文件名 操作
excalibur-fortress-migration-1.3.1.jar 下载
excalibur-fortress-migration-1.3.1.pom 下载
excalibur-fortress-migration-1.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.excalibur.fortress.migration</groupId>
  <artifactId>excalibur-fortress-migration</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.excalibur.fortress.migration:excalibur-fortress-migration:1.3.1'
Gradle Kotlin
implementation("org.apache.excalibur.fortress.migration:excalibur-fortress-migration:1.3.1")
Scala SBT
libraryDependencies += "org.apache.excalibur.fortress.migration" % "excalibur-fortress-migration" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.excalibur.fortress.migration', module='excalibur-fortress-migration', version='1.3.1')
)
Apache Ivy
<dependency org="org.apache.excalibur.fortress.migration" name="excalibur-fortress-migration" rev="1.3.1" />
Leiningen
[org.apache.excalibur.fortress.migration/excalibur-fortress-migration "1.3.1"]
Apache Buildr
'org.apache.excalibur.fortress.migration:excalibur-fortress-migration:jar:1.3.1'