License |
License |
---|---|
GroupId | GroupIdorg.ow2.easybeans |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEasyBeans :: Parent POM
Lightweight and Modular EJB Container
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-2.0.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/parent/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/parent/
implementation 'org.ow2.easybeans:parent:2.0.0'
// https://jarcasting.com/artifacts/org.ow2.easybeans/parent/
implementation ("org.ow2.easybeans:parent:2.0.0")
'org.ow2.easybeans:parent:pom:2.0.0'
<dependency org="org.ow2.easybeans" name="parent" rev="2.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='parent', version='2.0.0')
)
libraryDependencies += "org.ow2.easybeans" % "parent" % "2.0.0"
[org.ow2.easybeans/parent "2.0.0"]