| GroupId | GroupIdorg.apache.sandesha2 |
|---|---|
| ArtifactId | ArtifactIdsandesha2-interop |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sandesha2-interop-1.4.pom | |
| sandesha2-interop-1.4.jar | 104 KB |
| sandesha2-interop-1.4-sources.jar | 67 KB |
| sandesha2-interop-1.4-javadoc.jar | 171 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sandesha2/sandesha2-interop/ -->
<dependency>
<groupId>org.apache.sandesha2</groupId>
<artifactId>sandesha2-interop</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sandesha2/sandesha2-interop/
implementation 'org.apache.sandesha2:sandesha2-interop:1.4'
// https://jarcasting.com/artifacts/org.apache.sandesha2/sandesha2-interop/
implementation ("org.apache.sandesha2:sandesha2-interop:1.4")
'org.apache.sandesha2:sandesha2-interop:jar:1.4'
<dependency org="org.apache.sandesha2" name="sandesha2-interop" rev="1.4">
<artifact name="sandesha2-interop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sandesha2', module='sandesha2-interop', version='1.4')
)
libraryDependencies += "org.apache.sandesha2" % "sandesha2-interop" % "1.4"
[org.apache.sandesha2/sandesha2-interop "1.4"]