Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-executor-plugin |
Version | Version2.19 |
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.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-executor-plugin/
implementation 'org.kantega.respiro:respiro-executor-plugin:2.19'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-executor-plugin/
implementation ("org.kantega.respiro:respiro-executor-plugin:2.19")
'org.kantega.respiro:respiro-executor-plugin:jar:2.19'
<dependency org="org.kantega.respiro" name="respiro-executor-plugin" rev="2.19">
<artifact name="respiro-executor-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-executor-plugin', version='2.19')
)
libraryDependencies += "org.kantega.respiro" % "respiro-executor-plugin" % "2.19"
[org.kantega.respiro/respiro-executor-plugin "2.19"]