License |
License |
---|---|
Categories |
CategoriesData CLI User Interface |
GroupId | GroupIdcom.rebasedata |
ArtifactId | ArtifactIdclient |
Version | Version0.0.5 |
Type | Typejar |
Description |
DescriptionRebaseData Java Client
Java-Client for the RebaseData API to read and convert databases
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-0.0.5.pom | |
client-0.0.5.jar | 15 KB |
client-0.0.5-sources.jar | 12 KB |
client-0.0.5-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rebasedata/client/ -->
<dependency>
<groupId>com.rebasedata</groupId>
<artifactId>client</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.rebasedata/client/
implementation 'com.rebasedata:client:0.0.5'
// https://jarcasting.com/artifacts/com.rebasedata/client/
implementation ("com.rebasedata:client:0.0.5")
'com.rebasedata:client:jar:0.0.5'
<dependency org="com.rebasedata" name="client" rev="0.0.5">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rebasedata', module='client', version='0.0.5')
)
libraryDependencies += "com.rebasedata" % "client" % "0.0.5"
[com.rebasedata/client "0.0.5"]