License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.baidu.cfc |
ArtifactId | ArtifactIdcfc-java-core |
Last Version | Last Version2.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncfc-java-core
baidu bce cfc core api
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cfc-java-core-2.1.3.pom | |
cfc-java-core-2.1.3.jar | 31 KB |
cfc-java-core-2.1.3-sources.jar | 14 KB |
cfc-java-core-2.1.3-javadoc.jar | 79 KB |
cfc-java-core-2.1.3-jar-with-dependencies.jar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.cfc/cfc-java-core/ -->
<dependency>
<groupId>com.baidu.cfc</groupId>
<artifactId>cfc-java-core</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.cfc/cfc-java-core/
implementation 'com.baidu.cfc:cfc-java-core:2.1.3'
// https://jarcasting.com/artifacts/com.baidu.cfc/cfc-java-core/
implementation ("com.baidu.cfc:cfc-java-core:2.1.3")
'com.baidu.cfc:cfc-java-core:jar:2.1.3'
<dependency org="com.baidu.cfc" name="cfc-java-core" rev="2.1.3">
<artifact name="cfc-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.cfc', module='cfc-java-core', version='2.1.3')
)
libraryDependencies += "com.baidu.cfc" % "cfc-java-core" % "2.1.3"
[com.baidu.cfc/cfc-java-core "2.1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.springframework.boot : spring-boot-starter-web | jar |