Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdinfo.gehrels |
ArtifactId | ArtifactIdFlockDB-Client |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
FlockDB-Client-0.1.pom | |
FlockDB-Client-0.1.jar | 445 KB |
FlockDB-Client-0.1-sources.jar | 84 KB |
FlockDB-Client-0.1-javadoc.jar | 628 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.gehrels/FlockDB-Client/ -->
<dependency>
<groupId>info.gehrels</groupId>
<artifactId>FlockDB-Client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.gehrels/FlockDB-Client/
implementation 'info.gehrels:FlockDB-Client:0.1'
// https://jarcasting.com/artifacts/info.gehrels/FlockDB-Client/
implementation ("info.gehrels:FlockDB-Client:0.1")
'info.gehrels:FlockDB-Client:jar:0.1'
<dependency org="info.gehrels" name="FlockDB-Client" rev="0.1">
<artifact name="FlockDB-Client" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.gehrels', module='FlockDB-Client', version='0.1')
)
libraryDependencies += "info.gehrels" % "FlockDB-Client" % "0.1"
[info.gehrels/FlockDB-Client "0.1"]