| License |
License |
|---|---|
| GroupId | GroupIdcom.buabook |
| ArtifactId | ArtifactIdbuabook-common |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionBuaBook Common Library
Useful helper functions and classes used throughout the BuaBook applications (c) 2017 Sport Trades Ltd
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| buabook-common-1.0.1.pom | |
| buabook-common-1.0.1.jar | 22 KB |
| buabook-common-1.0.1-sources.jar | 16 KB |
| buabook-common-1.0.1-javadoc.jar | 149 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.buabook/buabook-common/ -->
<dependency>
<groupId>com.buabook</groupId>
<artifactId>buabook-common</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buabook/buabook-common/
implementation 'com.buabook:buabook-common:1.0.1'
// https://jarcasting.com/artifacts/com.buabook/buabook-common/
implementation ("com.buabook:buabook-common:1.0.1")
'com.buabook:buabook-common:jar:1.0.1'
<dependency org="com.buabook" name="buabook-common" rev="1.0.1">
<artifact name="buabook-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buabook', module='buabook-common', version='1.0.1')
)
libraryDependencies += "com.buabook" % "buabook-common" % "1.0.1"
[com.buabook/buabook-common "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 21.0 |
| joda-time : joda-time | jar | 2.9.7 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.7.11 |
| org.hamcrest : java-hamcrest | jar | 2.0.0.0 |