License |
License |
---|---|
GroupId | GroupIdcom.greenbird |
ArtifactId | ArtifactIdgreenbird-core |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongreenbird core library
Generic classes such as exception types and basic utilities used by the other greenbird libraries.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
greenbird-core-1.2.0.pom | |
greenbird-core-1.2.0.jar | 10 KB |
greenbird-core-1.2.0-sources.jar | 5 KB |
greenbird-core-1.2.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.greenbird/greenbird-core/ -->
<dependency>
<groupId>com.greenbird</groupId>
<artifactId>greenbird-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenbird/greenbird-core/
implementation 'com.greenbird:greenbird-core:1.2.0'
// https://jarcasting.com/artifacts/com.greenbird/greenbird-core/
implementation ("com.greenbird:greenbird-core:1.2.0")
'com.greenbird:greenbird-core:jar:1.2.0'
<dependency org="com.greenbird" name="greenbird-core" rev="1.2.0">
<artifact name="greenbird-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenbird', module='greenbird-core', version='1.2.0')
)
libraryDependencies += "com.greenbird" % "greenbird-core" % "1.2.0"
[com.greenbird/greenbird-core "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.springframework : spring-core | jar | 4.1.6.RELEASE |
commons-validator : commons-validator | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
com.greenbird : greenbird-test-tools | jar | 2.0.0 |
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.10.8 |
org.powermock : powermock-core | jar | 1.5.6 |
org.powermock : powermock-api-mockito | jar | 1.5.6 |
org.powermock : powermock-module-junit4 | jar | 1.5.6 |
commons-io : commons-io | jar | 2.4 |