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