GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdacteur-jdbc |
Version | Version2.6.7 |
Type | Typejar |
Filename | Size |
---|---|
acteur-jdbc-2.6.7.pom | |
acteur-jdbc-2.6.7.jar | 7 KB |
acteur-jdbc-2.6.7-sources.jar | 6 KB |
acteur-jdbc-2.6.7-javadoc.jar | 374 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/acteur-jdbc/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>acteur-jdbc</artifactId>
<version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur-jdbc/
implementation 'com.mastfrog:acteur-jdbc:2.6.7'
// https://jarcasting.com/artifacts/com.mastfrog/acteur-jdbc/
implementation ("com.mastfrog:acteur-jdbc:2.6.7")
'com.mastfrog:acteur-jdbc:jar:2.6.7'
<dependency org="com.mastfrog" name="acteur-jdbc" rev="2.6.7">
<artifact name="acteur-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur-jdbc', version='2.6.7')
)
libraryDependencies += "com.mastfrog" % "acteur-jdbc" % "2.6.7"
[com.mastfrog/acteur-jdbc "2.6.7"]