не последняя версия
Последняя версия 1.0.6

com.samskivert:mfetcher 1.0.5

A simple API for fetching artifacts from Maven repositories.

Группа

Группа

com.samskivert
Идентификатор

Идентификатор

mfetcher
Версия

Версия

1.0.5
Тип

Тип

jar

Скачать 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"]