datagrid
Repository for common operations from Spring (v4) enabled Java (v1.8) with database
License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.adroit007 |
ArtifactId | ArtifactIddatagrid |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondatagrid
Utility project for interacting with Database via stored procedures
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
datagrid-1.0.0.pom | |
datagrid-1.0.0.jar | 9 KB |
datagrid-1.0.0-sources.jar | 5 KB |
datagrid-1.0.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adroit007/datagrid/ -->
<dependency>
<groupId>com.github.adroit007</groupId>
<artifactId>datagrid</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adroit007/datagrid/
implementation 'com.github.adroit007:datagrid:1.0.0'
// https://jarcasting.com/artifacts/com.github.adroit007/datagrid/
implementation ("com.github.adroit007:datagrid:1.0.0")
'com.github.adroit007:datagrid:jar:1.0.0'
<dependency org="com.github.adroit007" name="datagrid" rev="1.0.0">
<artifact name="datagrid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adroit007', module='datagrid', version='1.0.0')
)
libraryDependencies += "com.github.adroit007" % "datagrid" % "1.0.0"
[com.github.adroit007/datagrid "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | 1.5.4.RELEASE |
org.springframework.boot : spring-boot-starter-jdbc | jar | 1.5.4.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.4.RELEASE |
Repository for common operations from Spring (v4) enabled Java (v1.8) with database