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