License |
License |
---|---|
GroupId | GroupIdcom.github.fanzezhen |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.fanzezhen.common
Commonly used
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-2.1.2.pom | |
common-2.1.2.jar | 96 KB |
common-2.1.2-sources.jar | 47 KB |
common-2.1.2-javadoc.jar | 792 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/common/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>common</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/common/
implementation 'com.github.fanzezhen:common:2.1.2'
// https://jarcasting.com/artifacts/com.github.fanzezhen/common/
implementation ("com.github.fanzezhen:common:2.1.2")
'com.github.fanzezhen:common:jar:2.1.2'
<dependency org="com.github.fanzezhen" name="common" rev="2.1.2">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='common', version='2.1.2')
)
libraryDependencies += "com.github.fanzezhen" % "common" % "2.1.2"
[com.github.fanzezhen/common "2.1.2"]