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