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