Categories |
CategoriesTomcat Container Application Servers config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.tomcat |
ArtifactId | ArtifactIdtomcat-storeconfig |
Version | Version9.0.0.M6 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-storeconfig-9.0.0.M6.pom | |
tomcat-storeconfig-9.0.0.M6.jar | 73 KB |
tomcat-storeconfig-9.0.0.M6-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>9.0.0.M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-storeconfig/
implementation 'org.apache.tomcat:tomcat-storeconfig:9.0.0.M6'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-storeconfig/
implementation ("org.apache.tomcat:tomcat-storeconfig:9.0.0.M6")
'org.apache.tomcat:tomcat-storeconfig:jar:9.0.0.M6'
<dependency org="org.apache.tomcat" name="tomcat-storeconfig" rev="9.0.0.M6">
<artifact name="tomcat-storeconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat-storeconfig', version='9.0.0.M6')
)
libraryDependencies += "org.apache.tomcat" % "tomcat-storeconfig" % "9.0.0.M6"
[org.apache.tomcat/tomcat-storeconfig "9.0.0.M6"]