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