GroupId | GroupIdbr.eti.clairton |
---|---|
ArtifactId | ArtifactIdrepository-http |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
repository-http-1.3.0.pom | |
repository-http-1.3.0.jar | 12 KB |
repository-http-1.3.0-sources.jar | 5 KB |
repository-http-1.3.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.eti.clairton/repository-http/ -->
<dependency>
<groupId>br.eti.clairton</groupId>
<artifactId>repository-http</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.eti.clairton/repository-http/
implementation 'br.eti.clairton:repository-http:1.3.0'
// https://jarcasting.com/artifacts/br.eti.clairton/repository-http/
implementation ("br.eti.clairton:repository-http:1.3.0")
'br.eti.clairton:repository-http:jar:1.3.0'
<dependency org="br.eti.clairton" name="repository-http" rev="1.3.0">
<artifact name="repository-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.eti.clairton', module='repository-http', version='1.3.0')
)
libraryDependencies += "br.eti.clairton" % "repository-http" % "1.3.0"
[br.eti.clairton/repository-http "1.3.0"]