| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdorg.prompto |
| ArtifactId | ArtifactIdDataServer |
| Version | Version0.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| DataServer-0.0.7.pom | |
| DataServer-0.0.7.jar | 2 KB |
| DataServer-0.0.7-sources.jar | 808 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.prompto/DataServer/ -->
<dependency>
<groupId>org.prompto</groupId>
<artifactId>DataServer</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.prompto/DataServer/
implementation 'org.prompto:DataServer:0.0.7'
// https://jarcasting.com/artifacts/org.prompto/DataServer/
implementation ("org.prompto:DataServer:0.0.7")
'org.prompto:DataServer:jar:0.0.7'
<dependency org="org.prompto" name="DataServer" rev="0.0.7">
<artifact name="DataServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.prompto', module='DataServer', version='0.0.7')
)
libraryDependencies += "org.prompto" % "DataServer" % "0.0.7"
[org.prompto/DataServer "0.0.7"]