| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJakarta Server Pages Jakarta EE The Web Tier |
| Группа | Группаcom.squeakysand.jsp |
| Идентификатор | Идентификаторsqueakysand-jsp-tldgenerator |
| Последняя версия | Последняя версия0.6.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.squeakysand.jsp - squeakysand-jsp-tldgenerator
Tool for automating the generation of JSP Custom Tag Library Descriptor (<code>.tld</code>) files.
This is the basic code for doing the generation, you would normally some other code around this code to invoke it meaningfully. For example, see
the <a href="../jsptld-maven-plugin">JSP TLD Maven Plugin</a> page.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/ -->
<dependency>
<groupId>com.squeakysand.jsp</groupId>
<artifactId>squeakysand-jsp-tldgenerator</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/
implementation 'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.6.0'
// https://jarcasting.com/artifacts/com.squeakysand.jsp/squeakysand-jsp-tldgenerator/
implementation ("com.squeakysand.jsp:squeakysand-jsp-tldgenerator:0.6.0")
'com.squeakysand.jsp:squeakysand-jsp-tldgenerator:jar:0.6.0'
<dependency org="com.squeakysand.jsp" name="squeakysand-jsp-tldgenerator" rev="0.6.0">
<artifact name="squeakysand-jsp-tldgenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.jsp', module='squeakysand-jsp-tldgenerator', version='0.6.0')
)
libraryDependencies += "com.squeakysand.jsp" % "squeakysand-jsp-tldgenerator" % "0.6.0"
[com.squeakysand.jsp/squeakysand-jsp-tldgenerator "0.6.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squeakysand.jsp : squeakysand-jsp | jar | 0.6.0 |
| com.squeakysand : squeakysand-commons | jar | |
| com.squeakysand : squeakysand-javadoc | jar | |
| com.squeakysand.schema.javaee : squeakysand-schema-javaee | jar | |
| org.codehaus.plexus : plexus-utils | jar | 1.5.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |