License |
License |
---|---|
GroupId | GroupIdcom.blr19c |
ArtifactId | ArtifactIdcommon |
Version | Version1.4.3 |
Type | Typejar |
Description |
Descriptioncom.blr19c:common
The blr19c-common library contains utility classes, Map/Stream implementation, sending enterprise
WeChat, IP/ip address acquisition, mybatis-plus separation implementation, and so on.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-1.4.3.pom | |
common-1.4.3.jar | 35 MB |
common-1.4.3-sources.jar | 35 MB |
common-1.4.3-javadoc.jar | 671 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.blr19c/common/ -->
<dependency>
<groupId>com.blr19c</groupId>
<artifactId>common</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.blr19c/common/
implementation 'com.blr19c:common:1.4.3'
// https://jarcasting.com/artifacts/com.blr19c/common/
implementation ("com.blr19c:common:1.4.3")
'com.blr19c:common:jar:1.4.3'
<dependency org="com.blr19c" name="common" rev="1.4.3">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blr19c', module='common', version='1.4.3')
)
libraryDependencies += "com.blr19c" % "common" % "1.4.3"
[com.blr19c/common "1.4.3"]