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