Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.consolefire |
ArtifactId | ArtifactIdjdbc-json-extension-common |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension-common/ -->
<dependency>
<groupId>com.consolefire</groupId>
<artifactId>jdbc-json-extension-common</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension-common/
implementation 'com.consolefire:jdbc-json-extension-common:1.2.0'
// https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension-common/
implementation ("com.consolefire:jdbc-json-extension-common:1.2.0")
'com.consolefire:jdbc-json-extension-common:jar:1.2.0'
<dependency org="com.consolefire" name="jdbc-json-extension-common" rev="1.2.0">
<artifact name="jdbc-json-extension-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.consolefire', module='jdbc-json-extension-common', version='1.2.0')
)
libraryDependencies += "com.consolefire" % "jdbc-json-extension-common" % "1.2.0"
[com.consolefire/jdbc-json-extension-common "1.2.0"]