Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.guerlab.smart.uploader |
ArtifactId | ArtifactIdsmart-uploader-web |
Version | Version20.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.guerlab.smart.uploader/smart-uploader-web/ -->
<dependency>
<groupId>net.guerlab.smart.uploader</groupId>
<artifactId>smart-uploader-web</artifactId>
<version>20.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.guerlab.smart.uploader/smart-uploader-web/
implementation 'net.guerlab.smart.uploader:smart-uploader-web:20.1.0'
// https://jarcasting.com/artifacts/net.guerlab.smart.uploader/smart-uploader-web/
implementation ("net.guerlab.smart.uploader:smart-uploader-web:20.1.0")
'net.guerlab.smart.uploader:smart-uploader-web:jar:20.1.0'
<dependency org="net.guerlab.smart.uploader" name="smart-uploader-web" rev="20.1.0">
<artifact name="smart-uploader-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.guerlab.smart.uploader', module='smart-uploader-web', version='20.1.0')
)
libraryDependencies += "net.guerlab.smart.uploader" % "smart-uploader-web" % "20.1.0"
[net.guerlab.smart.uploader/smart-uploader-web "20.1.0"]