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