Files download
File Operation
mappings-3.2.jar download
mappings-3.2.pom download
mappings-3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ebiznext.sbt.plugins.andromda</groupId>
  <artifactId>mappings</artifactId>
  <version>3.2</version>
</dependency>
Gradle Groovy
implementation 'com.ebiznext.sbt.plugins.andromda:mappings:3.2'
Gradle Kotlin
implementation("com.ebiznext.sbt.plugins.andromda:mappings:3.2")
Scala SBT
libraryDependencies += "com.ebiznext.sbt.plugins.andromda" % "mappings" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.ebiznext.sbt.plugins.andromda', module='mappings', version='3.2')
)
Apache Ivy
<dependency org="com.ebiznext.sbt.plugins.andromda" name="mappings" rev="3.2" />
Leiningen
[com.ebiznext.sbt.plugins.andromda/mappings "3.2"]
Apache Buildr
'com.ebiznext.sbt.plugins.andromda:mappings:jar:3.2'
Dependencies