Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.ikasan.demo |
ArtifactId | ArtifactIddemoTransformationRouting-app |
Version | Version0.8.0 |
Type | Typeear |
Filename | Size |
---|---|
demoTransformationRouting-app-0.8.0.pom | |
demoTransformationRouting-app-0.8.0.ear | 10 MB |
demoTransformationRouting-app-0.8.0-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ikasan.demo/demoTransformationRouting-app/ -->
<dependency>
<groupId>org.ikasan.demo</groupId>
<artifactId>demoTransformationRouting-app</artifactId>
<version>0.8.0</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/org.ikasan.demo/demoTransformationRouting-app/
implementation 'org.ikasan.demo:demoTransformationRouting-app:0.8.0'
// https://jarcasting.com/artifacts/org.ikasan.demo/demoTransformationRouting-app/
implementation ("org.ikasan.demo:demoTransformationRouting-app:0.8.0")
'org.ikasan.demo:demoTransformationRouting-app:ear:0.8.0'
<dependency org="org.ikasan.demo" name="demoTransformationRouting-app" rev="0.8.0">
<artifact name="demoTransformationRouting-app" type="ear" />
</dependency>
@Grapes(
@Grab(group='org.ikasan.demo', module='demoTransformationRouting-app', version='0.8.0')
)
libraryDependencies += "org.ikasan.demo" % "demoTransformationRouting-app" % "0.8.0"
[org.ikasan.demo/demoTransformationRouting-app "0.8.0"]