| Категории |
КатегорииTape Данные Data Structures |
|---|---|
| Группа | Группаorg.apache.tapestry |
| Идентификатор | Идентификаторcommons |
| Версия | Версия5.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-5.5.0.pom | |
| commons-5.5.0.jar | 107 KB |
| commons-5.5.0-sources.jar | 88 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/commons/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>commons</artifactId>
<version>5.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/commons/
implementation 'org.apache.tapestry:commons:5.5.0'
// https://jarcasting.com/artifacts/org.apache.tapestry/commons/
implementation ("org.apache.tapestry:commons:5.5.0")
'org.apache.tapestry:commons:jar:5.5.0'
<dependency org="org.apache.tapestry" name="commons" rev="5.5.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='commons', version='5.5.0')
)
libraryDependencies += "org.apache.tapestry" % "commons" % "5.5.0"
[org.apache.tapestry/commons "5.5.0"]