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