| License |
License
The 2-Clause BSD License
|
|---|---|
| GroupId | GroupIdcom.gitee.l0km |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version2.4.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncommon aggregator
common java library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-2.4.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/common/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>common</artifactId>
<version>2.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/common/
implementation 'com.gitee.l0km:common:2.4.2'
// https://jarcasting.com/artifacts/com.gitee.l0km/common/
implementation ("com.gitee.l0km:common:2.4.2")
'com.gitee.l0km:common:pom:2.4.2'
<dependency org="com.gitee.l0km" name="common" rev="2.4.2">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='common', version='2.4.2')
)
libraryDependencies += "com.gitee.l0km" % "common" % "2.4.2"
[com.gitee.l0km/common "2.4.2"]