jar

com.github.fangjinuo.agileway : agileway-jdbc-datasource

Maven & Gradle

Dec 09, 2020
43 stars

Provide an unified jdbc datasource factory

Table Of Contents

Latest Version

Download com.github.fangjinuo.agileway : agileway-jdbc-datasource JAR file - Latest Versions:

All Versions

Download com.github.fangjinuo.agileway : agileway-jdbc-datasource JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.0.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window agileway-jdbc-datasource-2.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jn.agileway.jdbc.datasource.hikaricp

├─ com.jn.agileway.jdbc.datasource.hikaricp.HikariDataSources.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.hikaricp.HikaricpDataSourceFactory.class - [JAR]

com.jn.agileway.jdbc.datasource.druid

├─ com.jn.agileway.jdbc.datasource.druid.AlibabaDruidDataSourceFactory.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.druid.AlibabaDruidDataSources.class - [JAR]

com.jn.agileway.jdbc.datasource.dbcp2

├─ com.jn.agileway.jdbc.datasource.dbcp2.Dbcp2DataSourceFactory.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.dbcp2.Dbcp2DataSources.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.dbcp2.Dbcp2PropertyNames.class - [JAR]

com.jn.agileway.jdbc.datasource

├─ com.jn.agileway.jdbc.datasource.CentralizedDataSourceFactory.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.DataSourceConstants.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.DataSourceFactory.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.DataSourceFactoryProvider.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.DataSourceProperties.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.DataSourceRegistry.class - [JAR]

com.jn.agileway.jdbc

├─ com.jn.agileway.jdbc.Jdbcs.class - [JAR]

com.jn.agileway.jdbc.datasource.c3p0

├─ com.jn.agileway.jdbc.datasource.c3p0.C3p0DataSourceFactory.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.c3p0.C3p0DataSources.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.c3p0.C3p0PropertyNames.class - [JAR]

com.jn.agileway.jdbc.datasource.tomcatjdbc

├─ com.jn.agileway.jdbc.datasource.tomcatjdbc.TomcatJdbcDataSourceFactory.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.tomcatjdbc.TomcatJdbcDataSourcePropertyNames.class - [JAR]

├─ com.jn.agileway.jdbc.datasource.tomcatjdbc.TomcatJdbcDataSources.class - [JAR]

Advertisement