Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdcommons-modeler |
Version | Version2.0-5.5.23 |
Type | Typejar |
Filename | Size |
---|---|
commons-modeler-2.0-5.5.23.pom | |
commons-modeler-2.0-5.5.23.jar | 104 KB |
Browse |
<!-- 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"]