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