GroupId | GroupIdorg.defne.samples |
---|---|
ArtifactId | ArtifactIdhotel-ejb |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typeejb |
Description |
DescriptionHotel :: Hotel Ejb
Contains Hotel Ejb
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMechSoft Mechanical and Software Solutions |
Filename | Size |
---|---|
hotel-ejb-1.0.1.pom | |
hotel-ejb-1.0.1.jar | 7 KB |
hotel-ejb-1.0.1-sources.jar | 5 KB |
hotel-ejb-1.0.1-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.defne.samples/hotel-ejb/ -->
<dependency>
<groupId>org.defne.samples</groupId>
<artifactId>hotel-ejb</artifactId>
<version>1.0.1</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.defne.samples/hotel-ejb/
implementation 'org.defne.samples:hotel-ejb:1.0.1'
// https://jarcasting.com/artifacts/org.defne.samples/hotel-ejb/
implementation ("org.defne.samples:hotel-ejb:1.0.1")
'org.defne.samples:hotel-ejb:ejb:1.0.1'
<dependency org="org.defne.samples" name="hotel-ejb" rev="1.0.1">
<artifact name="hotel-ejb" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.defne.samples', module='hotel-ejb', version='1.0.1')
)
libraryDependencies += "org.defne.samples" % "hotel-ejb" % "1.0.1"
[org.defne.samples/hotel-ejb "1.0.1"]