License |
License |
---|---|
GroupId | GroupIdio.vlingo.xoom |
ArtifactId | ArtifactIdxoom-codegen |
Version | Version1.9.0 |
Type | Typejar |
Description |
Descriptionxoom-codegen
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).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xoom-codegen-1.9.0.pom | |
xoom-codegen-1.9.0.jar | 54 KB |
xoom-codegen-1.9.0-sources.jar | 31 KB |
xoom-codegen-1.9.0-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-codegen/ -->
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-codegen</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-codegen/
implementation 'io.vlingo.xoom:xoom-codegen:1.9.0'
// https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-codegen/
implementation ("io.vlingo.xoom:xoom-codegen:1.9.0")
'io.vlingo.xoom:xoom-codegen:jar:1.9.0'
<dependency org="io.vlingo.xoom" name="xoom-codegen" rev="1.9.0">
<artifact name="xoom-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vlingo.xoom', module='xoom-codegen', version='1.9.0')
)
libraryDependencies += "io.vlingo.xoom" % "xoom-codegen" % "1.9.0"
[io.vlingo.xoom/xoom-codegen "1.9.0"]
Group / Artifact | Type | Version |
---|---|---|
io.vlingo.xoom : xoom-actors | jar | 1.9.0 |
org.freemarker : freemarker | jar | 2.3.31 |
commons-io : commons-io | jar | 2.8.0 |
com.google.guava : guava-base | jar | r03 |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.sdk : graal-sdk | jar | 21.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |