Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.gotev |
ArtifactId | ArtifactIduploadservice |
Version | Version4.5.2 |
Type | Typeaar |
Filename | Size |
---|---|
uploadservice-4.5.2.pom | |
uploadservice-4.5.2.aar | 231 KB |
uploadservice-4.5.2-sources.jar | 53 KB |
uploadservice-4.5.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.gotev/uploadservice/ -->
<dependency>
<groupId>net.gotev</groupId>
<artifactId>uploadservice</artifactId>
<version>4.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.gotev/uploadservice/
implementation 'net.gotev:uploadservice:4.5.2'
// https://jarcasting.com/artifacts/net.gotev/uploadservice/
implementation ("net.gotev:uploadservice:4.5.2")
'net.gotev:uploadservice:aar:4.5.2'
<dependency org="net.gotev" name="uploadservice" rev="4.5.2">
<artifact name="uploadservice" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.gotev', module='uploadservice', version='4.5.2')
)
libraryDependencies += "net.gotev" % "uploadservice" % "4.5.2"
[net.gotev/uploadservice "4.5.2"]