| Группа | Группаcom.oracle.tools |
|---|---|
| Идентификатор | Идентификаторoracle-tools-coherence |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| oracle-tools-coherence-1.2.1.pom | |
| oracle-tools-coherence-1.2.1.jar | 17 KB |
| oracle-tools-coherence-1.2.1-sources.jar | 17 KB |
| oracle-tools-coherence-1.2.1-javadoc.jar | 105 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-coherence/ -->
<dependency>
<groupId>com.oracle.tools</groupId>
<artifactId>oracle-tools-coherence</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-coherence/
implementation 'com.oracle.tools:oracle-tools-coherence:1.2.1'
// https://jarcasting.com/artifacts/com.oracle.tools/oracle-tools-coherence/
implementation ("com.oracle.tools:oracle-tools-coherence:1.2.1")
'com.oracle.tools:oracle-tools-coherence:jar:1.2.1'
<dependency org="com.oracle.tools" name="oracle-tools-coherence" rev="1.2.1">
<artifact name="oracle-tools-coherence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.tools', module='oracle-tools-coherence', version='1.2.1')
)
libraryDependencies += "com.oracle.tools" % "oracle-tools-coherence" % "1.2.1"
[com.oracle.tools/oracle-tools-coherence "1.2.1"]