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