com.mchange.v2.c3p0.subst.C3P0Substitutions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.c3p0
Show all versions of org.apache.servicemix.bundles.c3p0
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
package com.mchange.v2.c3p0.subst;
public final class C3P0Substitutions
{
public final static String VERSION = "0.10.1";
public final static String DEBUG = "true";
public final static String TRACE = "5";
public final static String TIMESTAMP = "2024-05-07T13:49:12.919880Z";
private C3P0Substitutions()
{}
}