Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.rebasedata |
ArtifactId | ArtifactIdclient |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
client-0.0.4.pom | |
client-0.0.4.jar | 15 KB |
client-0.0.4-sources.jar | 12 KB |
client-0.0.4-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rebasedata/client/ -->
<dependency>
<groupId>com.rebasedata</groupId>
<artifactId>client</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.rebasedata/client/
implementation 'com.rebasedata:client:0.0.4'
// https://jarcasting.com/artifacts/com.rebasedata/client/
implementation ("com.rebasedata:client:0.0.4")
'com.rebasedata:client:jar:0.0.4'
<dependency org="com.rebasedata" name="client" rev="0.0.4">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rebasedata', module='client', version='0.0.4')
)
libraryDependencies += "com.rebasedata" % "client" % "0.0.4"
[com.rebasedata/client "0.0.4"]