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