GroupId | GroupIdjpox |
---|---|
ArtifactId | ArtifactIdjpox-tangosol |
Version | Version1.1.0-beta-6 |
Type | Typejar |
Filename | Size |
---|---|
jpox-tangosol-1.1.0-beta-6.pom | |
jpox-tangosol-1.1.0-beta-6.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jpox/jpox-tangosol/ -->
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox-tangosol</artifactId>
<version>1.1.0-beta-6</version>
</dependency>
// https://jarcasting.com/artifacts/jpox/jpox-tangosol/
implementation 'jpox:jpox-tangosol:1.1.0-beta-6'
// https://jarcasting.com/artifacts/jpox/jpox-tangosol/
implementation ("jpox:jpox-tangosol:1.1.0-beta-6")
'jpox:jpox-tangosol:jar:1.1.0-beta-6'
<dependency org="jpox" name="jpox-tangosol" rev="1.1.0-beta-6">
<artifact name="jpox-tangosol" type="jar" />
</dependency>
@Grapes(
@Grab(group='jpox', module='jpox-tangosol', version='1.1.0-beta-6')
)
libraryDependencies += "jpox" % "jpox-tangosol" % "1.1.0-beta-6"
[jpox/jpox-tangosol "1.1.0-beta-6"]