License |
License |
---|---|
GroupId | GroupIdcom.blr19c |
ArtifactId | ArtifactIdcommon |
Version | Version1.3.2 |
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.3.2.pom | |
common-1.3.2.jar | 35 MB |
common-1.3.2-sources.jar | 35 MB |
common-1.3.2-javadoc.jar | 547 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.blr19c/common/ -->
<dependency>
<groupId>com.blr19c</groupId>
<artifactId>common</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.blr19c/common/
implementation 'com.blr19c:common:1.3.2'
// https://jarcasting.com/artifacts/com.blr19c/common/
implementation ("com.blr19c:common:1.3.2")
'com.blr19c:common:jar:1.3.2'
<dependency org="com.blr19c" name="common" rev="1.3.2">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blr19c', module='common', version='1.3.2')
)
libraryDependencies += "com.blr19c" % "common" % "1.3.2"
[com.blr19c/common "1.3.2"]