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