Categories |
CategoriesTomcat Container Application Servers config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.tomcat |
ArtifactId | ArtifactIdtomcat-storeconfig |
Version | Version8.5.19 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-storeconfig-8.5.19.pom | |
tomcat-storeconfig-8.5.19.jar | 73 KB |
tomcat-storeconfig-8.5.19-sources.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-storeconfig/ -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-storeconfig</artifactId>
<version>8.5.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-storeconfig/
implementation 'org.apache.tomcat:tomcat-storeconfig:8.5.19'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-storeconfig/
implementation ("org.apache.tomcat:tomcat-storeconfig:8.5.19")
'org.apache.tomcat:tomcat-storeconfig:jar:8.5.19'
<dependency org="org.apache.tomcat" name="tomcat-storeconfig" rev="8.5.19">
<artifact name="tomcat-storeconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat-storeconfig', version='8.5.19')
)
libraryDependencies += "org.apache.tomcat" % "tomcat-storeconfig" % "8.5.19"
[org.apache.tomcat/tomcat-storeconfig "8.5.19"]