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