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