Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdcommons-modeler |
Last Version | Last Version5.5.9-alpha |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-modeler-5.5.9-alpha.pom | |
commons-modeler-5.5.9-alpha.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/commons-modeler/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>commons-modeler</artifactId>
<version>5.5.9-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/commons-modeler/
implementation 'tomcat:commons-modeler:5.5.9-alpha'
// https://jarcasting.com/artifacts/tomcat/commons-modeler/
implementation ("tomcat:commons-modeler:5.5.9-alpha")
'tomcat:commons-modeler:jar:5.5.9-alpha'
<dependency org="tomcat" name="commons-modeler" rev="5.5.9-alpha">
<artifact name="commons-modeler" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='commons-modeler', version='5.5.9-alpha')
)
libraryDependencies += "tomcat" % "commons-modeler" % "5.5.9-alpha"
[tomcat/commons-modeler "5.5.9-alpha"]