is not current version
Last Version 1.0.2

dev.struchkov.haiti:haiti-core 1.0.1

Implementation of the main classes of the framework

GroupId

GroupId

dev.struchkov.haiti
ArtifactId

ArtifactId

haiti-core
Version

Version

1.0.1
Type

Type

jar

Download haiti-core 1.0.1


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