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