Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.persistence |
ArtifactId | ArtifactIdguiced-persistence-c3p0 |
Version | Version1.1.1.0-SNAPSHOT-jre15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-c3p0/ -->
<dependency>
<groupId>com.guicedee.persistence</groupId>
<artifactId>guiced-persistence-c3p0</artifactId>
<version>1.1.1.0-SNAPSHOT-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-c3p0/
implementation 'com.guicedee.persistence:guiced-persistence-c3p0:1.1.1.0-SNAPSHOT-jre15'
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-c3p0/
implementation ("com.guicedee.persistence:guiced-persistence-c3p0:1.1.1.0-SNAPSHOT-jre15")
'com.guicedee.persistence:guiced-persistence-c3p0:jar:1.1.1.0-SNAPSHOT-jre15'
<dependency org="com.guicedee.persistence" name="guiced-persistence-c3p0" rev="1.1.1.0-SNAPSHOT-jre15">
<artifact name="guiced-persistence-c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.persistence', module='guiced-persistence-c3p0', version='1.1.1.0-SNAPSHOT-jre15')
)
libraryDependencies += "com.guicedee.persistence" % "guiced-persistence-c3p0" % "1.1.1.0-SNAPSHOT-jre15"
[com.guicedee.persistence/guiced-persistence-c3p0 "1.1.1.0-SNAPSHOT-jre15"]