| GroupId | GroupIdorg.vootoo |
|---|---|
| ArtifactId | ArtifactIdvootoo-server |
| Version | Version0.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vootoo-server-0.4.1.pom | |
| vootoo-server-0.4.1.jar | 32 KB |
| vootoo-server-0.4.1-sources.jar | 23 KB |
| vootoo-server-0.4.1-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.vootoo/vootoo-server/ -->
<dependency>
<groupId>org.vootoo</groupId>
<artifactId>vootoo-server</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.vootoo/vootoo-server/
implementation 'org.vootoo:vootoo-server:0.4.1'
// https://jarcasting.com/artifacts/org.vootoo/vootoo-server/
implementation ("org.vootoo:vootoo-server:0.4.1")
'org.vootoo:vootoo-server:jar:0.4.1'
<dependency org="org.vootoo" name="vootoo-server" rev="0.4.1">
<artifact name="vootoo-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vootoo', module='vootoo-server', version='0.4.1')
)
libraryDependencies += "org.vootoo" % "vootoo-server" % "0.4.1"
[org.vootoo/vootoo-server "0.4.1"]