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