License |
License |
---|---|
GroupId | GroupIdorg.codehaus.fabric3.webapp |
ArtifactId | ArtifactIdwebapp-api |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionFabric3 Webapp Runtime API
Fabric3 Webapp Runtime API.
|
Filename | Size |
---|---|
webapp-api-0.1.pom | |
webapp-api-0.1.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3.webapp/webapp-api/ -->
<dependency>
<groupId>org.codehaus.fabric3.webapp</groupId>
<artifactId>webapp-api</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3.webapp/webapp-api/
implementation 'org.codehaus.fabric3.webapp:webapp-api:0.1'
// https://jarcasting.com/artifacts/org.codehaus.fabric3.webapp/webapp-api/
implementation ("org.codehaus.fabric3.webapp:webapp-api:0.1")
'org.codehaus.fabric3.webapp:webapp-api:jar:0.1'
<dependency org="org.codehaus.fabric3.webapp" name="webapp-api" rev="0.1">
<artifact name="webapp-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3.webapp', module='webapp-api', version='0.1')
)
libraryDependencies += "org.codehaus.fabric3.webapp" % "webapp-api" % "0.1"
[org.codehaus.fabric3.webapp/webapp-api "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.fabric3 : fabric3-api | jar | 0.1 |
org.codehaus.fabric3 : fabric3-host-api | jar | 0.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
org.easymock : easymockclassextension | jar | 2.2 |