| Группа | Группаcom.github.mrstampy |
|---|---|
| Идентификатор | Идентификаторesp |
| Версия | Версия2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| esp-2.0.pom | |
| esp-2.0.jar | 123 KB |
| esp-2.0-sources.jar | 123 KB |
| esp-2.0-javadoc.jar | 467 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/esp/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>esp</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/esp/
implementation 'com.github.mrstampy:esp:2.0'
// https://jarcasting.com/artifacts/com.github.mrstampy/esp/
implementation ("com.github.mrstampy:esp:2.0")
'com.github.mrstampy:esp:jar:2.0'
<dependency org="com.github.mrstampy" name="esp" rev="2.0">
<artifact name="esp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='esp', version='2.0')
)
libraryDependencies += "com.github.mrstampy" % "esp" % "2.0"
[com.github.mrstampy/esp "2.0"]