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