GroupId | GroupIdbr.eti.clairton |
---|---|
ArtifactId | ArtifactIdrepository-http |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
repository-http-1.4.0.pom | |
repository-http-1.4.0.jar | 13 KB |
repository-http-1.4.0-sources.jar | 5 KB |
repository-http-1.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.eti.clairton/repository-http/
implementation 'br.eti.clairton:repository-http:1.4.0'
// https://jarcasting.com/artifacts/br.eti.clairton/repository-http/
implementation ("br.eti.clairton:repository-http:1.4.0")
'br.eti.clairton:repository-http:jar:1.4.0'
<dependency org="br.eti.clairton" name="repository-http" rev="1.4.0">
<artifact name="repository-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.eti.clairton', module='repository-http', version='1.4.0')
)
libraryDependencies += "br.eti.clairton" % "repository-http" % "1.4.0"
[br.eti.clairton/repository-http "1.4.0"]