| Группа | Группаcom.github.kciomek |
|---|---|
| Идентификатор | Идентификаторpolyrun |
| Версия | Версия0.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| polyrun-0.3.1.pom | |
| polyrun-0.3.1.jar | 40 KB |
| polyrun-0.3.1-sources.jar | 25 KB |
| polyrun-0.3.1-javadoc.jar | 175 KB |
| polyrun-0.3.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kciomek/polyrun/
implementation 'com.github.kciomek:polyrun:0.3.1'
// https://jarcasting.com/artifacts/com.github.kciomek/polyrun/
implementation ("com.github.kciomek:polyrun:0.3.1")
'com.github.kciomek:polyrun:jar:0.3.1'
<dependency org="com.github.kciomek" name="polyrun" rev="0.3.1">
<artifact name="polyrun" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kciomek', module='polyrun', version='0.3.1')
)
libraryDependencies += "com.github.kciomek" % "polyrun" % "0.3.1"
[com.github.kciomek/polyrun "0.3.1"]