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