GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.3.4.4 |
Type | Typejar |
Filename | Size |
---|---|
common-1.3.4.4.pom | |
common-1.3.4.4.jar | 101 KB |
common-1.3.4.4-sources.jar | 50 KB |
common-1.3.4.4-javadoc.jar | 804 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/common/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>common</artifactId>
<version>1.3.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/common/
implementation 'com.github.fanzezhen:common:1.3.4.4'
// https://jarcasting.com/artifacts/com.github.fanzezhen/common/
implementation ("com.github.fanzezhen:common:1.3.4.4")
'com.github.fanzezhen:common:jar:1.3.4.4'
<dependency org="com.github.fanzezhen" name="common" rev="1.3.4.4">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='common', version='1.3.4.4')
)
libraryDependencies += "com.github.fanzezhen" % "common" % "1.3.4.4"
[com.github.fanzezhen/common "1.3.4.4"]