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