GroupId | GroupIdtech.sirwellington.alchemy |
---|---|
ArtifactId | ArtifactIdalchemy-http |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
alchemy-http-1.4.pom | |
alchemy-http-1.4.jar | 64 KB |
alchemy-http-1.4-sources.jar | 37 KB |
alchemy-http-1.4-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-http/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy-http</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-http/
implementation 'tech.sirwellington.alchemy:alchemy-http:1.4'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-http/
implementation ("tech.sirwellington.alchemy:alchemy-http:1.4")
'tech.sirwellington.alchemy:alchemy-http:jar:1.4'
<dependency org="tech.sirwellington.alchemy" name="alchemy-http" rev="1.4">
<artifact name="alchemy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-http', version='1.4')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-http" % "1.4"
[tech.sirwellington.alchemy/alchemy-http "1.4"]