| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdio.astefanutti.camel.cdi |
| ArtifactId | ArtifactIdweb-tomcat |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typewar |
| Filename | Size |
|---|---|
| web-tomcat-1.1.0.pom | |
| web-tomcat-1.1.0.war | 2 KB |
| web-tomcat-1.1.0-javadoc.jar | 340 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.astefanutti.camel.cdi/web-tomcat/ -->
<dependency>
<groupId>io.astefanutti.camel.cdi</groupId>
<artifactId>web-tomcat</artifactId>
<version>1.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.astefanutti.camel.cdi/web-tomcat/
implementation 'io.astefanutti.camel.cdi:web-tomcat:1.1.0'
// https://jarcasting.com/artifacts/io.astefanutti.camel.cdi/web-tomcat/
implementation ("io.astefanutti.camel.cdi:web-tomcat:1.1.0")
'io.astefanutti.camel.cdi:web-tomcat:war:1.1.0'
<dependency org="io.astefanutti.camel.cdi" name="web-tomcat" rev="1.1.0">
<artifact name="web-tomcat" type="war" />
</dependency>
@Grapes(
@Grab(group='io.astefanutti.camel.cdi', module='web-tomcat', version='1.1.0')
)
libraryDependencies += "io.astefanutti.camel.cdi" % "web-tomcat" % "1.1.0"
[io.astefanutti.camel.cdi/web-tomcat "1.1.0"]