GroupId | GroupIdorg.open-dolphin |
---|---|
ArtifactId | ArtifactIddolphin-server |
Version | Version0.11 |
Type | Typejar |
Filename | Size |
---|---|
dolphin-server-0.11.pom | |
dolphin-server-0.11.jar | 114 KB |
dolphin-server-0.11-sources.jar | 29 KB |
dolphin-server-0.11-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.open-dolphin/dolphin-server/ -->
<dependency>
<groupId>org.open-dolphin</groupId>
<artifactId>dolphin-server</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.open-dolphin/dolphin-server/
implementation 'org.open-dolphin:dolphin-server:0.11'
// https://jarcasting.com/artifacts/org.open-dolphin/dolphin-server/
implementation ("org.open-dolphin:dolphin-server:0.11")
'org.open-dolphin:dolphin-server:jar:0.11'
<dependency org="org.open-dolphin" name="dolphin-server" rev="0.11">
<artifact name="dolphin-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.open-dolphin', module='dolphin-server', version='0.11')
)
libraryDependencies += "org.open-dolphin" % "dolphin-server" % "0.11"
[org.open-dolphin/dolphin-server "0.11"]