| Группа | Группаorg.ow2.petals |
|---|---|
| Идентификатор | Идентификаторpetals-microkernel |
| Версия | Версия3.4.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| petals-microkernel-3.4.4.pom | |
| petals-microkernel-3.4.4.jar | 560 KB |
| petals-microkernel-3.4.4-tests.jar | 436 KB |
| petals-microkernel-3.4.4-sources.jar | 468 KB |
| petals-microkernel-3.4.4-source-release.zip | 916 KB |
| petals-microkernel-3.4.4-source-release.tar.gz | 546 KB |
| petals-microkernel-3.4.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-microkernel/
implementation 'org.ow2.petals:petals-microkernel:3.4.4'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-microkernel/
implementation ("org.ow2.petals:petals-microkernel:3.4.4")
'org.ow2.petals:petals-microkernel:jar:3.4.4'
<dependency org="org.ow2.petals" name="petals-microkernel" rev="3.4.4">
<artifact name="petals-microkernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-microkernel', version='3.4.4')
)
libraryDependencies += "org.ow2.petals" % "petals-microkernel" % "3.4.4"
[org.ow2.petals/petals-microkernel "3.4.4"]