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