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