coherence-helidon-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-helidon-client</artifactId> <version>23.09.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2000, 2023, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-helidon-client</artifactId> <version>23.09.1</version> <name>Coherence Helidon MP gRPC Client</name> <description>Oracle Coherence Community Edition</description> <url>https://coherence.community/</url> <inceptionYear>2000</inceptionYear> <organization> <name>Oracle</name> <url>http://www.oracle.com</url> </organization> <licenses> <license> <name>Universal Permissive License v 1.0</name> <url>https://oss.oracle.com/licenses/upl</url> <distribution>repo</distribution> <comments>Copyright (c) 2000, 2023, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.</comments> </license> </licenses> <developers> <developer> <name>Aleks Seovic</name> <url>https://github.com/aseovic</url> </developer> <developer> <name>Jonathan Knight</name> <url>https://github.com/thegridman</url> </developer> <developer> <name>Patrick Fry</name> <url>https://github.com/fryp</url> </developer> <developer> <name>Maurice Gamanho</name> <url>https://github.com/mgamanho</url> </developer> <developer> <name>Ryan Lubke</name> <url>https://github.com/rlubke</url> </developer> <developer> <name>Luk Ho</name> <url>https://github.com/lsho</url> </developer> <developer> <name>Joe Fialli</name> <url>https://github.com/jfialli</url> </developer> <developer> <name>Tim Middleton</name> <url>https://github.com/tmiddlet2666</url> </developer> <developer> <name>Chinmay Patel</name> <url>https://github.com/chpatel3</url> </developer> <developer> <name>Vaso Putica</name> <url>https://github.com/vasac</url> </developer> </developers> <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:git@github.com:oracle/coherence.git</connection> <developerConnection>scm:git:git@github.com:oracle/coherence.git</developerConnection> <url>https://github.com/oracle/coherence</url> </scm> <dependencies> <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence</artifactId> <version>23.09.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-cdi</artifactId> <version>23.09.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-helidon-grpc</artifactId> <version>23.09.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence-java-client</artifactId> <version>23.09.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.helidon.microprofile.grpc</groupId> <artifactId>helidon-microprofile-grpc-client</artifactId> <version>3.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.helidon.microprofile.config</groupId> <artifactId>helidon-microprofile-config</artifactId> <version>3.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.21.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.enterprise</groupId> <artifactId>jakarta.enterprise.cdi-api</artifactId> <version>3.0.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>jakarta.inject</groupId> <artifactId>jakarta.inject-api</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>