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