| GroupId | GroupIdorg.openbase.bco |
|---|---|
| ArtifactId | ArtifactIddal.remote |
| Version | Version1.3.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dal.remote-1.3.10.pom | |
| dal.remote-1.3.10.jar | 143 KB |
| dal.remote-1.3.10-sources.jar | 103 KB |
| dal.remote-1.3.10-javadoc.jar | 534 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openbase.bco/dal.remote/ -->
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>dal.remote</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbase.bco/dal.remote/
implementation 'org.openbase.bco:dal.remote:1.3.10'
// https://jarcasting.com/artifacts/org.openbase.bco/dal.remote/
implementation ("org.openbase.bco:dal.remote:1.3.10")
'org.openbase.bco:dal.remote:jar:1.3.10'
<dependency org="org.openbase.bco" name="dal.remote" rev="1.3.10">
<artifact name="dal.remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbase.bco', module='dal.remote', version='1.3.10')
)
libraryDependencies += "org.openbase.bco" % "dal.remote" % "1.3.10"
[org.openbase.bco/dal.remote "1.3.10"]