Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.pancakedb |
ArtifactId | ArtifactIdpancake-db-client_2.12 |
Version | Version0.0.0-alpha.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pancakedb/pancake-db-client_2.12/ -->
<dependency>
<groupId>com.pancakedb</groupId>
<artifactId>pancake-db-client_2.12</artifactId>
<version>0.0.0-alpha.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pancakedb/pancake-db-client_2.12/
implementation 'com.pancakedb:pancake-db-client_2.12:0.0.0-alpha.0'
// https://jarcasting.com/artifacts/com.pancakedb/pancake-db-client_2.12/
implementation ("com.pancakedb:pancake-db-client_2.12:0.0.0-alpha.0")
'com.pancakedb:pancake-db-client_2.12:jar:0.0.0-alpha.0'
<dependency org="com.pancakedb" name="pancake-db-client_2.12" rev="0.0.0-alpha.0">
<artifact name="pancake-db-client_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pancakedb', module='pancake-db-client_2.12', version='0.0.0-alpha.0')
)
libraryDependencies += "com.pancakedb" % "pancake-db-client_2.12" % "0.0.0-alpha.0"
[com.pancakedb/pancake-db-client_2.12 "0.0.0-alpha.0"]