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