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