| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.aliyun |
| ArtifactId | ArtifactIdtea-fileform |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tea-fileform-0.0.1.pom | |
| tea-fileform-0.0.1.jar | 5 KB |
| tea-fileform-0.0.1-sources.jar | 4 KB |
| tea-fileform-0.0.1-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/tea-fileform/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>tea-fileform</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/tea-fileform/
implementation 'com.aliyun:tea-fileform:0.0.1'
// https://jarcasting.com/artifacts/com.aliyun/tea-fileform/
implementation ("com.aliyun:tea-fileform:0.0.1")
'com.aliyun:tea-fileform:jar:0.0.1'
<dependency org="com.aliyun" name="tea-fileform" rev="0.0.1">
<artifact name="tea-fileform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='tea-fileform', version='0.0.1')
)
libraryDependencies += "com.aliyun" % "tea-fileform" % "0.0.1"
[com.aliyun/tea-fileform "0.0.1"]