не последняя версия
Последняя версия 3.1.3

org.ow2.petals:petals-kernel 2.2


Группа

Группа

org.ow2.petals
Идентификатор

Идентификатор

petals-kernel
Версия

Версия

2.2
Тип

Тип

jar

Скачать petals-kernel 2.2


<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-kernel/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-kernel</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-kernel/
implementation 'org.ow2.petals:petals-kernel:2.2'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-kernel/
implementation ("org.ow2.petals:petals-kernel:2.2")
'org.ow2.petals:petals-kernel:jar:2.2'
<dependency org="org.ow2.petals" name="petals-kernel" rev="2.2">
  <artifact name="petals-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-kernel', version='2.2')
)
libraryDependencies += "org.ow2.petals" % "petals-kernel" % "2.2"
[org.ow2.petals/petals-kernel "2.2"]