License |
License |
---|---|
GroupId | GroupIdorg.ow2.easybeans |
ArtifactId | ArtifactIdexample-webapplib |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionEasyBeans: Maven Example :: Modules :: Library of Webapp
Library of Webapp of Example Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
example-webapplib-1.1.1.pom | |
example-webapplib-1.1.1.jar | 3 KB |
example-webapplib-1.1.1-sources.jar | 2 KB |
example-webapplib-1.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/example-webapplib/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>example-webapplib</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/example-webapplib/
implementation 'org.ow2.easybeans:example-webapplib:1.1.1'
// https://jarcasting.com/artifacts/org.ow2.easybeans/example-webapplib/
implementation ("org.ow2.easybeans:example-webapplib:1.1.1")
'org.ow2.easybeans:example-webapplib:jar:1.1.1'
<dependency org="org.ow2.easybeans" name="example-webapplib" rev="1.1.1">
<artifact name="example-webapplib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='example-webapplib', version='1.1.1')
)
libraryDependencies += "org.ow2.easybeans" % "example-webapplib" % "1.1.1"
[org.ow2.easybeans/example-webapplib "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
tomcat : servlet-api | jar | 5.5.15 |
org.ow2.easybeans : example-api | jar | 1.1.1 |
org.ow2.spec.ee : ow2-ejb-3.0-spec | jar | 1.0-M1 |