GroupId | GroupIdtech.sirwellington.alchemy |
---|---|
ArtifactId | ArtifactIdalchemy-http |
Version | Version2.1-kotlin |
Type | Typejar |
Filename | Size |
---|---|
alchemy-http-2.1-kotlin.pom | |
alchemy-http-2.1-kotlin.jar | 120 KB |
alchemy-http-2.1-kotlin-sources.jar | 38 KB |
alchemy-http-2.1-kotlin-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>2.1-kotlin</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-http/
implementation 'tech.sirwellington.alchemy:alchemy-http:2.1-kotlin'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-http/
implementation ("tech.sirwellington.alchemy:alchemy-http:2.1-kotlin")
'tech.sirwellington.alchemy:alchemy-http:jar:2.1-kotlin'
<dependency org="tech.sirwellington.alchemy" name="alchemy-http" rev="2.1-kotlin">
<artifact name="alchemy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-http', version='2.1-kotlin')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-http" % "2.1-kotlin"
[tech.sirwellington.alchemy/alchemy-http "2.1-kotlin"]