Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-jms-api |
Version | Version2.10 |
Type | Typejar |
Filename | Size |
---|---|
respiro-jms-api-2.10.pom | |
respiro-jms-api-2.10.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jms-api/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-jms-api</artifactId>
<version>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jms-api/
implementation 'org.kantega.respiro:respiro-jms-api:2.10'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jms-api/
implementation ("org.kantega.respiro:respiro-jms-api:2.10")
'org.kantega.respiro:respiro-jms-api:jar:2.10'
<dependency org="org.kantega.respiro" name="respiro-jms-api" rev="2.10">
<artifact name="respiro-jms-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-jms-api', version='2.10')
)
libraryDependencies += "org.kantega.respiro" % "respiro-jms-api" % "2.10"
[org.kantega.respiro/respiro-jms-api "2.10"]