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