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