Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.ikasan.demo |
ArtifactId | ArtifactIddemoTransformationRouting-app |
Version | Version0.7.3 |
Type | Typeear |
<!-- https://jarcasting.com/artifacts/org.ikasan.demo/demoTransformationRouting-app/ -->
<dependency>
<groupId>org.ikasan.demo</groupId>
<artifactId>demoTransformationRouting-app</artifactId>
<version>0.7.3</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/org.ikasan.demo/demoTransformationRouting-app/
implementation 'org.ikasan.demo:demoTransformationRouting-app:0.7.3'
// https://jarcasting.com/artifacts/org.ikasan.demo/demoTransformationRouting-app/
implementation ("org.ikasan.demo:demoTransformationRouting-app:0.7.3")
'org.ikasan.demo:demoTransformationRouting-app:ear:0.7.3'
<dependency org="org.ikasan.demo" name="demoTransformationRouting-app" rev="0.7.3">
<artifact name="demoTransformationRouting-app" type="ear" />
</dependency>
@Grapes(
@Grab(group='org.ikasan.demo', module='demoTransformationRouting-app', version='0.7.3')
)
libraryDependencies += "org.ikasan.demo" % "demoTransformationRouting-app" % "0.7.3"
[org.ikasan.demo/demoTransformationRouting-app "0.7.3"]