GroupId | GroupIdcom.landawn |
---|---|
ArtifactId | ArtifactIdabacus-da |
Version | Version1.9.5 |
Type | Typejar |
Filename | Size |
---|---|
abacus-da-1.9.5.pom | |
abacus-da-1.9.5.jar | 1 MB |
abacus-da-1.9.5-sources.jar | 249 KB |
abacus-da-1.9.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/abacus-da/
implementation 'com.landawn:abacus-da:1.9.5'
// https://jarcasting.com/artifacts/com.landawn/abacus-da/
implementation ("com.landawn:abacus-da:1.9.5")
'com.landawn:abacus-da:jar:1.9.5'
<dependency org="com.landawn" name="abacus-da" rev="1.9.5">
<artifact name="abacus-da" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='abacus-da', version='1.9.5')
)
libraryDependencies += "com.landawn" % "abacus-da" % "1.9.5"
[com.landawn/abacus-da "1.9.5"]