License |
License |
---|---|
GroupId | GroupIdcom.github.fanzezhen.common |
ArtifactId | ArtifactIdcommon-core |
Version | Version2.1.0 |
Type | Typejar |
Description |
Descriptioncommon-core
|
Filename | Size |
---|---|
common-core-2.1.0.pom | |
common-core-2.1.0.jar | 142 KB |
common-core-2.1.0-sources.jar | 77 KB |
common-core-2.1.0-javadoc.jar | 911 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-core/
implementation 'com.github.fanzezhen.common:common-core:2.1.0'
// https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-core/
implementation ("com.github.fanzezhen.common:common-core:2.1.0")
'com.github.fanzezhen.common:common-core:jar:2.1.0'
<dependency org="com.github.fanzezhen.common" name="common-core" rev="2.1.0">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen.common', module='common-core', version='2.1.0')
)
libraryDependencies += "com.github.fanzezhen.common" % "common-core" % "2.1.0"
[com.github.fanzezhen.common/common-core "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |