com.ibm.websphere.appserver.api.distributedMap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.websphere.appserver.api</groupId> <artifactId>com.ibm.websphere.appserver.api.distributedMap</artifactId> <version>2.0.100</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.websphere.appserver.api</groupId> <artifactId>com.ibm.websphere.appserver.api.distributedMap</artifactId> <version>2.0.100</version> <name>WebSphere Distributed Map API</name> <description>WebSphere Distributed Map API, version 2.0</description> <url/> <licenses> <license> <name>Eclipse Public License</name> <url>https://www.eclipse.org/legal/epl-2.0/</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/OpenLiberty/open-liberty.git</connection> <developerConnection>scm:git:https://github.com:OpenLiberty/open-liberty.git</developerConnection> <url>https://github.com/OpenLiberty/open-liberty/tree/release</url> </scm> </project>