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