Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdnl.bimbase.bimworks |
ArtifactId | ArtifactIdclient |
Version | Version0.0.172 |
Type | Typejar |
Filename | Size |
---|---|
client-0.0.172.pom | |
client-0.0.172.jar | 342 KB |
client-0.0.172-sources.jar | 27 KB |
client-0.0.172-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.bimbase.bimworks/client/ -->
<dependency>
<groupId>nl.bimbase.bimworks</groupId>
<artifactId>client</artifactId>
<version>0.0.172</version>
</dependency>
// https://jarcasting.com/artifacts/nl.bimbase.bimworks/client/
implementation 'nl.bimbase.bimworks:client:0.0.172'
// https://jarcasting.com/artifacts/nl.bimbase.bimworks/client/
implementation ("nl.bimbase.bimworks:client:0.0.172")
'nl.bimbase.bimworks:client:jar:0.0.172'
<dependency org="nl.bimbase.bimworks" name="client" rev="0.0.172">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.bimbase.bimworks', module='client', version='0.0.172')
)
libraryDependencies += "nl.bimbase.bimworks" % "client" % "0.0.172"
[nl.bimbase.bimworks/client "0.0.172"]