Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-executor-plugin |
Version | Version2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-executor-plugin/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-executor-plugin</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-executor-plugin/
implementation 'org.kantega.respiro:respiro-executor-plugin:2.6'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-executor-plugin/
implementation ("org.kantega.respiro:respiro-executor-plugin:2.6")
'org.kantega.respiro:respiro-executor-plugin:jar:2.6'
<dependency org="org.kantega.respiro" name="respiro-executor-plugin" rev="2.6">
<artifact name="respiro-executor-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-executor-plugin', version='2.6')
)
libraryDependencies += "org.kantega.respiro" % "respiro-executor-plugin" % "2.6"
[org.kantega.respiro/respiro-executor-plugin "2.6"]