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