is not current version
Last Version 0.2.0

org.bitbucket.cpointe.taproom:tap-room-service 0.1.0

Contains the common logic to leverage tap room. One of the bindings to access a Lucene index *must* be used in conjunction with this (e.g., Solr, Elastisearch)

GroupId

GroupId

org.bitbucket.cpointe.taproom
ArtifactId

ArtifactId

tap-room-service
Version

Version

0.1.0
Type

Type

jar

Download tap-room-service 0.1.0


<!-- https://jarcasting.com/artifacts/org.bitbucket.cpointe.taproom/tap-room-service/ -->
<dependency>
    <groupId>org.bitbucket.cpointe.taproom</groupId>
    <artifactId>tap-room-service</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.taproom/tap-room-service/
implementation 'org.bitbucket.cpointe.taproom:tap-room-service:0.1.0'
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.taproom/tap-room-service/
implementation ("org.bitbucket.cpointe.taproom:tap-room-service:0.1.0")
'org.bitbucket.cpointe.taproom:tap-room-service:jar:0.1.0'
<dependency org="org.bitbucket.cpointe.taproom" name="tap-room-service" rev="0.1.0">
  <artifact name="tap-room-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cpointe.taproom', module='tap-room-service', version='0.1.0')
)
libraryDependencies += "org.bitbucket.cpointe.taproom" % "tap-room-service" % "0.1.0"
[org.bitbucket.cpointe.taproom/tap-room-service "0.1.0"]