is not current version
Last Version 1.9.3

io.vlingo.xoom:xoom-codegen 1.9.2

Code generation library used by XOOM Designer and XOOM Turbo. (Specialized code generation for XOOM Actors, XOOM HTTP, and others are based on distinct libraries maintained in their own repositories).

GroupId

GroupId

io.vlingo.xoom
ArtifactId

ArtifactId

xoom-codegen
Version

Version

1.9.2
Type

Type

jar

Download xoom-codegen 1.9.2


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