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