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