Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、私はJavaが初めてで、Eclipseでcom.ibm.mqをインポートしようとしたときに、com.ibm.mqを解決できないと不平を言っています。何か不足していますか?
Maven の依存関係を取得する
<dependency> <groupId>com.ibm</groupId> <artifactId>com.ibm.mq</artifactId> <version>5.3.07</version> </dependency>