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