is not current version
Last Version 1.0.6

com.samskivert:mfetcher 1.0.3

A simple API for fetching artifacts from Maven repositories.

GroupId

GroupId

com.samskivert
ArtifactId

ArtifactId

mfetcher
Version

Version

1.0.3
Type

Type

jar

Download mfetcher 1.0.3


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