GroupId | GroupIdcom.github.andrewoma.kwery |
---|---|
ArtifactId | ArtifactIdfetcher |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
fetcher-0.10.pom | |
fetcher-0.10.jar | 56 KB |
fetcher-0.10-sources.jar | 7 KB |
fetcher-0.10-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andrewoma.kwery/fetcher/ -->
<dependency>
<groupId>com.github.andrewoma.kwery</groupId>
<artifactId>fetcher</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/fetcher/
implementation 'com.github.andrewoma.kwery:fetcher:0.10'
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/fetcher/
implementation ("com.github.andrewoma.kwery:fetcher:0.10")
'com.github.andrewoma.kwery:fetcher:jar:0.10'
<dependency org="com.github.andrewoma.kwery" name="fetcher" rev="0.10">
<artifact name="fetcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrewoma.kwery', module='fetcher', version='0.10')
)
libraryDependencies += "com.github.andrewoma.kwery" % "fetcher" % "0.10"
[com.github.andrewoma.kwery/fetcher "0.10"]