Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.ow2.orchestra |
ArtifactId | ArtifactIdorchestra-axis-tomcat |
Version | Version4.1.0 |
Type | Typepom |
Filename | Size |
---|---|
orchestra-axis-tomcat-4.1.0.pom | |
orchestra-axis-tomcat-4.1.0.zip | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis-tomcat/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-axis-tomcat</artifactId>
<version>4.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis-tomcat/
implementation 'org.ow2.orchestra:orchestra-axis-tomcat:4.1.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-axis-tomcat/
implementation ("org.ow2.orchestra:orchestra-axis-tomcat:4.1.0")
'org.ow2.orchestra:orchestra-axis-tomcat:pom:4.1.0'
<dependency org="org.ow2.orchestra" name="orchestra-axis-tomcat" rev="4.1.0">
<artifact name="orchestra-axis-tomcat" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-axis-tomcat', version='4.1.0')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-axis-tomcat" % "4.1.0"
[org.ow2.orchestra/orchestra-axis-tomcat "4.1.0"]