GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdwget |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
wget-0.1.0.pom | |
wget-0.1.0.jar | 11 KB |
wget-0.1.0-sources.jar | 8 KB |
wget-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/wget/
implementation 'br.com.objectos:wget:0.1.0'
// https://jarcasting.com/artifacts/br.com.objectos/wget/
implementation ("br.com.objectos:wget:0.1.0")
'br.com.objectos:wget:jar:0.1.0'
<dependency org="br.com.objectos" name="wget" rev="0.1.0">
<artifact name="wget" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='wget', version='0.1.0')
)
libraryDependencies += "br.com.objectos" % "wget" % "0.1.0"
[br.com.objectos/wget "0.1.0"]