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