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