Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.tomcat |
ArtifactId | ArtifactIdtomcat-i18n-zh-CN |
Version | Version10.0.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-i18n-zh-CN-10.0.0-M1.pom | |
tomcat-i18n-zh-CN-10.0.0-M1.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-i18n-zh-CN/ -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-i18n-zh-CN</artifactId>
<version>10.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-i18n-zh-CN/
implementation 'org.apache.tomcat:tomcat-i18n-zh-CN:10.0.0-M1'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-i18n-zh-CN/
implementation ("org.apache.tomcat:tomcat-i18n-zh-CN:10.0.0-M1")
'org.apache.tomcat:tomcat-i18n-zh-CN:jar:10.0.0-M1'
<dependency org="org.apache.tomcat" name="tomcat-i18n-zh-CN" rev="10.0.0-M1">
<artifact name="tomcat-i18n-zh-CN" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat-i18n-zh-CN', version='10.0.0-M1')
)
libraryDependencies += "org.apache.tomcat" % "tomcat-i18n-zh-CN" % "10.0.0-M1"
[org.apache.tomcat/tomcat-i18n-zh-CN "10.0.0-M1"]