is not current version
Last Version 5.5.9-alpha

tomcat:commons-modeler 2.0-5.5.23


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

commons-modeler
Version

Version

2.0-5.5.23
Type

Type

jar

Download commons-modeler 2.0-5.5.23


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