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