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