is not current version
Last Version 1.2.0

com.greenbird:greenbird-core 1.0.0

Generic classes such as exception types and basic utilities used by the other greenbird libraries.

GroupId

GroupId

com.greenbird
ArtifactId

ArtifactId

greenbird-core
Version

Version

1.0.0
Type

Type

jar

Download greenbird-core 1.0.0


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