is not current version
Last Version 1.19

com.testquack:dal 1.13


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

dal
Version

Version

1.13
Type

Type

jar

Download dal 1.13


<!-- https://jarcasting.com/artifacts/com.testquack/dal/ -->
<dependency>
    <groupId>com.testquack</groupId>
    <artifactId>dal</artifactId>
    <version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/dal/
implementation 'com.testquack:dal:1.13'
// https://jarcasting.com/artifacts/com.testquack/dal/
implementation ("com.testquack:dal:1.13")
'com.testquack:dal:jar:1.13'
<dependency org="com.testquack" name="dal" rev="1.13">
  <artifact name="dal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='dal', version='1.13')
)
libraryDependencies += "com.testquack" % "dal" % "1.13"
[com.testquack/dal "1.13"]