не последняя версия
Последняя версия 5.8.2

org.apache.tapestry:commons 5.4-rc-1


Категории

Категории

Tape Данные Data Structures
Группа

Группа

org.apache.tapestry
Идентификатор

Идентификатор

commons
Версия

Версия

5.4-rc-1
Тип

Тип

jar

Скачать commons 5.4-rc-1


<!-- https://jarcasting.com/artifacts/org.apache.tapestry/commons/ -->
<dependency>
    <groupId>org.apache.tapestry</groupId>
    <artifactId>commons</artifactId>
    <version>5.4-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/commons/
implementation 'org.apache.tapestry:commons:5.4-rc-1'
// https://jarcasting.com/artifacts/org.apache.tapestry/commons/
implementation ("org.apache.tapestry:commons:5.4-rc-1")
'org.apache.tapestry:commons:jar:5.4-rc-1'
<dependency org="org.apache.tapestry" name="commons" rev="5.4-rc-1">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='commons', version='5.4-rc-1')
)
libraryDependencies += "org.apache.tapestry" % "commons" % "5.4-rc-1"
[org.apache.tapestry/commons "5.4-rc-1"]