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