License |
License |
---|---|
GroupId | GroupIdcom.streamxhub.streamx |
ArtifactId | ArtifactIdstreamx-common |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionStreamX : Common
A magical framework that makes Flink development easier
|
Filename | Size |
---|---|
streamx-common-1.1.0.pom | |
streamx-common-1.1.0.jar | 429 KB |
streamx-common-1.1.0-sources.jar | 76 KB |
streamx-common-1.1.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streamxhub.streamx/streamx-common/ -->
<dependency>
<groupId>com.streamxhub.streamx</groupId>
<artifactId>streamx-common</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streamxhub.streamx/streamx-common/
implementation 'com.streamxhub.streamx:streamx-common:1.1.0'
// https://jarcasting.com/artifacts/com.streamxhub.streamx/streamx-common/
implementation ("com.streamxhub.streamx:streamx-common:1.1.0")
'com.streamxhub.streamx:streamx-common:jar:1.1.0'
<dependency org="com.streamxhub.streamx" name="streamx-common" rev="1.1.0">
<artifact name="streamx-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streamxhub.streamx', module='streamx-common', version='1.1.0')
)
libraryDependencies += "com.streamxhub.streamx" % "streamx-common" % "1.1.0"
[com.streamxhub.streamx/streamx-common "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
org.scala-lang : scala-compiler | jar | 2.11.12 |
org.scala-lang : scala-reflect | jar | 2.11.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |