License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.ow2.easybeans.examples.maven.ear |
ArtifactId | ArtifactIdmodules-api |
Last Version | Last Version1.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyBeans: Examples :: Maven :: EAR Example :: Modules :: Api
Api of Example Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
modules-api-1.2.4.pom | |
modules-api-1.2.4.jar | 3 KB |
modules-api-1.2.4-sources.jar | 2 KB |
modules-api-1.2.4-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.ear/modules-api/ -->
<dependency>
<groupId>org.ow2.easybeans.examples.maven.ear</groupId>
<artifactId>modules-api</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.ear/modules-api/
implementation 'org.ow2.easybeans.examples.maven.ear:modules-api:1.2.4'
// https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.ear/modules-api/
implementation ("org.ow2.easybeans.examples.maven.ear:modules-api:1.2.4")
'org.ow2.easybeans.examples.maven.ear:modules-api:jar:1.2.4'
<dependency org="org.ow2.easybeans.examples.maven.ear" name="modules-api" rev="1.2.4">
<artifact name="modules-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans.examples.maven.ear', module='modules-api', version='1.2.4')
)
libraryDependencies += "org.ow2.easybeans.examples.maven.ear" % "modules-api" % "1.2.4"
[org.ow2.easybeans.examples.maven.ear/modules-api "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.spec.ee : ow2-jta-1.1-spec | jar | 1.0-M1 |