GroupId | GroupIdcom.github.isdream |
---|---|
ArtifactId | ArtifactIdcluster-dispatcher |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
cluster-dispatcher-1.1.0.pom | |
cluster-dispatcher-1.1.0.jar | 37 KB |
cluster-dispatcher-1.1.0-sources.jar | 30 KB |
cluster-dispatcher-1.1.0-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isdream/cluster-dispatcher/ -->
<dependency>
<groupId>com.github.isdream</groupId>
<artifactId>cluster-dispatcher</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isdream/cluster-dispatcher/
implementation 'com.github.isdream:cluster-dispatcher:1.1.0'
// https://jarcasting.com/artifacts/com.github.isdream/cluster-dispatcher/
implementation ("com.github.isdream:cluster-dispatcher:1.1.0")
'com.github.isdream:cluster-dispatcher:jar:1.1.0'
<dependency org="com.github.isdream" name="cluster-dispatcher" rev="1.1.0">
<artifact name="cluster-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isdream', module='cluster-dispatcher', version='1.1.0')
)
libraryDependencies += "com.github.isdream" % "cluster-dispatcher" % "1.1.0"
[com.github.isdream/cluster-dispatcher "1.1.0"]