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