com.ibm.mqbind
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ibm</groupId>
<artifactId>com.ibm.mqbind</artifactId>
<version>5.3.07</version>
</dependency><?xml version="1.0" encoding="ISO-8859-1"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm</groupId>
<artifactId>com.ibm.mqbind</artifactId>
<version>5.3.07</version>
<name>WebSphere MQ 5.3 java binder</name>
<packaging>jar</packaging>
<url>
http://www-306.ibm.com/software/integration/wmq/
</url>
<licenses>
<license>
<name>International Program License Agreement</name>
<url>
http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?li_formnum=L-TMAN-56ELCP
</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.ibm</groupId>
<artifactId>com.ibm.mq</artifactId>
<version>5.3.07</version>
</dependency>
</dependencies>
<distributionManagement>
<downloadUrl>http://www14.software.ibm.com/webapp/download/preconfig.jsp?id=2003-10-23+09%3A27%3A44.337209R</downloadUrl>
</distributionManagement>
</project>