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