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