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