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