GroupId | GroupIdcom.aliyun |
---|---|
ArtifactId | ArtifactIdfacebody |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
facebody-1.0.3.pom | |
facebody-1.0.3.jar | 58 KB |
facebody-1.0.3-sources.jar | 18 KB |
facebody-1.0.3-javadoc.jar | 355 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/facebody/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>facebody</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/facebody/
implementation 'com.aliyun:facebody:1.0.3'
// https://jarcasting.com/artifacts/com.aliyun/facebody/
implementation ("com.aliyun:facebody:1.0.3")
'com.aliyun:facebody:jar:1.0.3'
<dependency org="com.aliyun" name="facebody" rev="1.0.3">
<artifact name="facebody" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='facebody', version='1.0.3')
)
libraryDependencies += "com.aliyun" % "facebody" % "1.0.3"
[com.aliyun/facebody "1.0.3"]