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

taglibs:standard 1.0


Группа

Группа

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

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

standard
Версия

Версия

1.0
Тип

Тип

jar

Скачать standard 1.0

Имя Файла Размер
standard-1.0.pom
standard-1.0.jar 486 KB
Обзор

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