License |
License |
---|---|
GroupId | GroupIdcom.hurence.logisland |
ArtifactId | ArtifactIdlogisland-core |
Version | Version1.2.0 |
Type | Typepom |
Description |
DescriptionKafka Core Logisland Modules
LogIsland is an event mining platform based on Kafka to handle a huge amount of data in realtime.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
logisland-core-1.2.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hurence.logisland/logisland-core/ -->
<dependency>
<groupId>com.hurence.logisland</groupId>
<artifactId>logisland-core</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland-core/
implementation 'com.hurence.logisland:logisland-core:1.2.0'
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland-core/
implementation ("com.hurence.logisland:logisland-core:1.2.0")
'com.hurence.logisland:logisland-core:pom:1.2.0'
<dependency org="com.hurence.logisland" name="logisland-core" rev="1.2.0">
<artifact name="logisland-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hurence.logisland', module='logisland-core', version='1.2.0')
)
libraryDependencies += "com.hurence.logisland" % "logisland-core" % "1.2.0"
[com.hurence.logisland/logisland-core "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.16 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.15.0 |
org.slf4j : slf4j-simple | jar | 1.7.16 |
junit : junit | jar | 4.12 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.0-M1 |