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