aqapi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.oracle.database.messaging</groupId> <artifactId>aqapi</artifactId> <version>23.7.0.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.oracle.database.messaging</groupId> <artifactId>aqapi</artifactId> <version>23.7.0.0</version> <!-- Start of fields requiring product specific values --> <name>aqapi</name> <description>Oracle's implementation of JMS specification in compliance with JMS 1.1</description> <url>https://docs.oracle.com/en/database/oracle/oracle-database/23/jajms/index.html</url> <!-- End of fields requiring product specific values --> <licenses> <license> <name>Oracle Free Use Terms and Conditions (FUTC)</name> <comments> https://www.oracle.com/downloads/licenses/oracle-free-license.html </comments> </license> </licenses> <!-- End elements that need to be inserted --> <developers> <developer> <organization>Oracle America, Inc.</organization> <organizationUrl>http://www.oracle.com</organizationUrl> </developer> </developers> <scm> <url></url> </scm> <dependencies> <!-- https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc11 --> <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc11</artifactId> <version>23.7.0.25.01</version> </dependency> <!-- https://mvnrepository.com/artifact/javax.transaction/jta --> <dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> <version>1.1</version> </dependency> <!-- https://mvnrepository.com/artifact/javax.jms/javax.jms-api --> <dependency> <groupId>javax.jms</groupId> <artifactId>javax.jms-api</artifactId> <version>2.0.1</version> </dependency> </dependencies> </project>