is not current version
Last Version 1.0.1

com.buabook:buabook-common 1.0.0

Useful helper functions and classes used throughout the BuaBook applications (c) 2017 Sport Trades Ltd

GroupId

GroupId

com.buabook
ArtifactId

ArtifactId

buabook-common
Version

Version

1.0.0
Type

Type

jar

Download buabook-common 1.0.0


<!-- https://jarcasting.com/artifacts/com.buabook/buabook-common/ -->
<dependency>
    <groupId>com.buabook</groupId>
    <artifactId>buabook-common</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buabook/buabook-common/
implementation 'com.buabook:buabook-common:1.0.0'
// https://jarcasting.com/artifacts/com.buabook/buabook-common/
implementation ("com.buabook:buabook-common:1.0.0")
'com.buabook:buabook-common:jar:1.0.0'
<dependency org="com.buabook" name="buabook-common" rev="1.0.0">
  <artifact name="buabook-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buabook', module='buabook-common', version='1.0.0')
)
libraryDependencies += "com.buabook" % "buabook-common" % "1.0.0"
[com.buabook/buabook-common "1.0.0"]