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