Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.aliyun.fc.runtime |
ArtifactId | ArtifactIdfc-java-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
fc-java-core-1.3.0.pom | |
fc-java-core-1.3.0.jar | 265 KB |
fc-java-core-1.3.0-sources.jar | 171 KB |
fc-java-core-1.3.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-core/ -->
<dependency>
<groupId>com.aliyun.fc.runtime</groupId>
<artifactId>fc-java-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-core/
implementation 'com.aliyun.fc.runtime:fc-java-core:1.3.0'
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-core/
implementation ("com.aliyun.fc.runtime:fc-java-core:1.3.0")
'com.aliyun.fc.runtime:fc-java-core:jar:1.3.0'
<dependency org="com.aliyun.fc.runtime" name="fc-java-core" rev="1.3.0">
<artifact name="fc-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.fc.runtime', module='fc-java-core', version='1.3.0')
)
libraryDependencies += "com.aliyun.fc.runtime" % "fc-java-core" % "1.3.0"
[com.aliyun.fc.runtime/fc-java-core "1.3.0"]