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