License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdit.bz.opendatahub.alpinebits |
ArtifactId | ArtifactIdexamples-inventory |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionAlpineBits examples - Inventory
AlpineBits is an open standard to exchange touristic data.
This library provides functionality to implement AlpineBits server. Use it to build your own standalone AlpineBits server, or integrate parts of it into your existing code base.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
examples-inventory-2.1.1.pom | |
examples-inventory-2.1.1.war | 18 MB |
examples-inventory-2.1.1-sources.jar | 33 KB |
examples-inventory-2.1.1-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.bz.opendatahub.alpinebits/examples-inventory/ -->
<dependency>
<groupId>it.bz.opendatahub.alpinebits</groupId>
<artifactId>examples-inventory</artifactId>
<version>2.1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/it.bz.opendatahub.alpinebits/examples-inventory/
implementation 'it.bz.opendatahub.alpinebits:examples-inventory:2.1.1'
// https://jarcasting.com/artifacts/it.bz.opendatahub.alpinebits/examples-inventory/
implementation ("it.bz.opendatahub.alpinebits:examples-inventory:2.1.1")
'it.bz.opendatahub.alpinebits:examples-inventory:war:2.1.1'
<dependency org="it.bz.opendatahub.alpinebits" name="examples-inventory" rev="2.1.1">
<artifact name="examples-inventory" type="war" />
</dependency>
@Grapes(
@Grab(group='it.bz.opendatahub.alpinebits', module='examples-inventory', version='2.1.1')
)
libraryDependencies += "it.bz.opendatahub.alpinebits" % "examples-inventory" % "2.1.1"
[it.bz.opendatahub.alpinebits/examples-inventory "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
it.bz.opendatahub.alpinebits : alpinebits-housekeeping-impl | jar | 2.1.1 |
it.bz.opendatahub.alpinebits : alpinebits-routing-impl | jar | 2.1.1 |
it.bz.opendatahub.alpinebits : alpinebits-servlet-impl | jar | 2.1.1 |
it.bz.opendatahub.alpinebits : alpinebits-xml-impl | jar | 2.1.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |