GroupId | GroupIdorg.smartparam |
---|---|
ArtifactId | ArtifactIdsmartparam-coherent-cache-jdbc |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.smartparam/smartparam-coherent-cache-jdbc/ -->
<dependency>
<groupId>org.smartparam</groupId>
<artifactId>smartparam-coherent-cache-jdbc</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartparam/smartparam-coherent-cache-jdbc/
implementation 'org.smartparam:smartparam-coherent-cache-jdbc:1.1.1'
// https://jarcasting.com/artifacts/org.smartparam/smartparam-coherent-cache-jdbc/
implementation ("org.smartparam:smartparam-coherent-cache-jdbc:1.1.1")
'org.smartparam:smartparam-coherent-cache-jdbc:jar:1.1.1'
<dependency org="org.smartparam" name="smartparam-coherent-cache-jdbc" rev="1.1.1">
<artifact name="smartparam-coherent-cache-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartparam', module='smartparam-coherent-cache-jdbc', version='1.1.1')
)
libraryDependencies += "org.smartparam" % "smartparam-coherent-cache-jdbc" % "1.1.1"
[org.smartparam/smartparam-coherent-cache-jdbc "1.1.1"]