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