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