is not current version
Last Version 3.4

org.andromda:andromda-script-wrappers 3.2

Provides implementations of "Script Wrapper" classes, these classes are injected into class files in order to provide the ability to write your business logic in an interpreted manner

GroupId

GroupId

org.andromda
ArtifactId

ArtifactId

andromda-script-wrappers
Version

Version

3.2
Type

Type

jar

Download andromda-script-wrappers 3.2


<!-- https://jarcasting.com/artifacts/org.andromda/andromda-script-wrappers/ -->
<dependency>
    <groupId>org.andromda</groupId>
    <artifactId>andromda-script-wrappers</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.andromda/andromda-script-wrappers/
implementation 'org.andromda:andromda-script-wrappers:3.2'
// https://jarcasting.com/artifacts/org.andromda/andromda-script-wrappers/
implementation ("org.andromda:andromda-script-wrappers:3.2")
'org.andromda:andromda-script-wrappers:jar:3.2'
<dependency org="org.andromda" name="andromda-script-wrappers" rev="3.2">
  <artifact name="andromda-script-wrappers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.andromda', module='andromda-script-wrappers', version='3.2')
)
libraryDependencies += "org.andromda" % "andromda-script-wrappers" % "3.2"
[org.andromda/andromda-script-wrappers "3.2"]