| License | License | 
|---|---|
| GroupId | GroupIdorg.pipservices | 
| ArtifactId | ArtifactIdbeacons | 
| Last Version | Last Version0.0.0.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionbeacons Sample Data Microservice in Java | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| beacons-0.0.0.2.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.pipservices/beacons/ -->
<dependency>
    <groupId>org.pipservices</groupId>
    <artifactId>beacons</artifactId>
    <version>0.0.0.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.pipservices/beacons/
implementation 'org.pipservices:beacons:0.0.0.2'// https://jarcasting.com/artifacts/org.pipservices/beacons/
implementation ("org.pipservices:beacons:0.0.0.2")'org.pipservices:beacons:pom:0.0.0.2'<dependency org="org.pipservices" name="beacons" rev="0.0.0.2">
  <artifact name="beacons" type="pom" />
</dependency>@Grapes(
@Grab(group='org.pipservices', module='beacons', version='0.0.0.2')
)libraryDependencies += "org.pipservices" % "beacons" % "0.0.0.2"[org.pipservices/beacons "0.0.0.2"]