GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdwget |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
wget-0.3.0.pom | |
wget-0.3.0.jar | 11 KB |
wget-0.3.0-sources.jar | 10 KB |
wget-0.3.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/wget/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>wget</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/wget/
implementation 'br.com.objectos:wget:0.3.0'
// https://jarcasting.com/artifacts/br.com.objectos/wget/
implementation ("br.com.objectos:wget:0.3.0")
'br.com.objectos:wget:jar:0.3.0'
<dependency org="br.com.objectos" name="wget" rev="0.3.0">
<artifact name="wget" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='wget', version='0.3.0')
)
libraryDependencies += "br.com.objectos" % "wget" % "0.3.0"
[br.com.objectos/wget "0.3.0"]