GroupId | GroupIdcom.github.isdream |
---|---|
ArtifactId | ArtifactIdcluster-dispatcher |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
cluster-dispatcher-1.1.2.pom | |
cluster-dispatcher-1.1.2.jar | 37 KB |
cluster-dispatcher-1.1.2-sources.jar | 30 KB |
cluster-dispatcher-1.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isdream/cluster-dispatcher/
implementation 'com.github.isdream:cluster-dispatcher:1.1.2'
// https://jarcasting.com/artifacts/com.github.isdream/cluster-dispatcher/
implementation ("com.github.isdream:cluster-dispatcher:1.1.2")
'com.github.isdream:cluster-dispatcher:jar:1.1.2'
<dependency org="com.github.isdream" name="cluster-dispatcher" rev="1.1.2">
<artifact name="cluster-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isdream', module='cluster-dispatcher', version='1.1.2')
)
libraryDependencies += "com.github.isdream" % "cluster-dispatcher" % "1.1.2"
[com.github.isdream/cluster-dispatcher "1.1.2"]