is not current version
Last Version 1.19

com.testquack:dal 1.8


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

dal
Version

Version

1.8
Type

Type

jar

Download dal 1.8


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