is not current version
Last Version 1.0.6

com.samskivert:mfetcher 1.0.5

A simple API for fetching artifacts from Maven repositories.

GroupId

GroupId

com.samskivert
ArtifactId

ArtifactId

mfetcher
Version

Version

1.0.5
Type

Type

jar

Download mfetcher 1.0.5


<!-- https://jarcasting.com/artifacts/com.samskivert/mfetcher/ -->
<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>mfetcher</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.samskivert/mfetcher/
implementation 'com.samskivert:mfetcher:1.0.5'
// https://jarcasting.com/artifacts/com.samskivert/mfetcher/
implementation ("com.samskivert:mfetcher:1.0.5")
'com.samskivert:mfetcher:jar:1.0.5'
<dependency org="com.samskivert" name="mfetcher" rev="1.0.5">
  <artifact name="mfetcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samskivert', module='mfetcher', version='1.0.5')
)
libraryDependencies += "com.samskivert" % "mfetcher" % "1.0.5"
[com.samskivert/mfetcher "1.0.5"]