| Categories |
CategoriesTomcat Container Application Servers config Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdtomcat |
| ArtifactId | ArtifactIdjkconfig |
| Version | Version5.0.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jkconfig-5.0.16.pom | |
| jkconfig-5.0.16.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tomcat/jkconfig/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>jkconfig</artifactId>
<version>5.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/jkconfig/
implementation 'tomcat:jkconfig:5.0.16'
// https://jarcasting.com/artifacts/tomcat/jkconfig/
implementation ("tomcat:jkconfig:5.0.16")
'tomcat:jkconfig:jar:5.0.16'
<dependency org="tomcat" name="jkconfig" rev="5.0.16">
<artifact name="jkconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='jkconfig', version='5.0.16')
)
libraryDependencies += "tomcat" % "jkconfig" % "5.0.16"
[tomcat/jkconfig "5.0.16"]