License |
License |
---|---|
GroupId | GroupIdorg.andromda.taglibs |
ArtifactId | ArtifactIdandromda-taglibs |
Last Version | Last Version3.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAndroMDA Web Taglibs
This modules contains tag-libaries that can be used by applications generated using AndroMDA. These libraries
have been developed because no suitable libraries could be found in other open-source projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
andromda-taglibs-3.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.andromda.taglibs/andromda-taglibs/ -->
<dependency>
<groupId>org.andromda.taglibs</groupId>
<artifactId>andromda-taglibs</artifactId>
<version>3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.andromda.taglibs/andromda-taglibs/
implementation 'org.andromda.taglibs:andromda-taglibs:3.4'
// https://jarcasting.com/artifacts/org.andromda.taglibs/andromda-taglibs/
implementation ("org.andromda.taglibs:andromda-taglibs:3.4")
'org.andromda.taglibs:andromda-taglibs:pom:3.4'
<dependency org="org.andromda.taglibs" name="andromda-taglibs" rev="3.4">
<artifact name="andromda-taglibs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.andromda.taglibs', module='andromda-taglibs', version='3.4')
)
libraryDependencies += "org.andromda.taglibs" % "andromda-taglibs" % "3.4"
[org.andromda.taglibs/andromda-taglibs "3.4"]