I found two sources to add them as maven dependency for JDBC 4.0 Driver (db2jcc4.jar) v11.5 M7 FP0 4.31.10 (JCC).
One is the IBM official download 
Can someone help me to validate that these two are same JDBC 4.0 Driver (db2jcc4.jar) v11.5 M7 FP0 4.31.10 (JCC)?
CodePudding user response:
The Db2 JCC driver version can be obtained by the following command.
> java -cp /path/to/the/file/db2jcc4.jar com.ibm.db2.jcc.DB2Jcc -version
IBM Data Server Driver for JDBC and SQLJ 4.31.10
