GroupId | GroupIdcom.landawn |
---|---|
ArtifactId | ArtifactIdabacus-da |
Version | Version1.9.13 |
Type | Typejar |
Filename | Size |
---|---|
abacus-da-1.9.13.pom | |
abacus-da-1.9.13.jar | 432 KB |
abacus-da-1.9.13-sources.jar | 113 KB |
abacus-da-1.9.13-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.landawn/abacus-da/ -->
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-da</artifactId>
<version>1.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/abacus-da/
implementation 'com.landawn:abacus-da:1.9.13'
// https://jarcasting.com/artifacts/com.landawn/abacus-da/
implementation ("com.landawn:abacus-da:1.9.13")
'com.landawn:abacus-da:jar:1.9.13'
<dependency org="com.landawn" name="abacus-da" rev="1.9.13">
<artifact name="abacus-da" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='abacus-da', version='1.9.13')
)
libraryDependencies += "com.landawn" % "abacus-da" % "1.9.13"
[com.landawn/abacus-da "1.9.13"]