is not current version
Last Version 0.6.0

crud-framework 0.4.2

Spring-powered Crud Framework

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.antelopesystem.crudframework
ArtifactId

ArtifactId

crud-framework
Version

Version

0.4.2
Type

Type

pom
Description

Description

crud-framework
Spring-powered Crud Framework
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/crud-framework
Source Code Management

Source Code Management

https://github.com/antelopesystems/crud-framework

Download crud-framework 0.4.2

Filename Size
crud-framework-0.4.2.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework/ -->
<dependency>
    <groupId>com.antelopesystem.crudframework</groupId>
    <artifactId>crud-framework</artifactId>
    <version>0.4.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework/
implementation 'com.antelopesystem.crudframework:crud-framework:0.4.2'
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework/
implementation ("com.antelopesystem.crudframework:crud-framework:0.4.2")
'com.antelopesystem.crudframework:crud-framework:pom:0.4.2'
<dependency org="com.antelopesystem.crudframework" name="crud-framework" rev="0.4.2">
  <artifact name="crud-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.antelopesystem.crudframework', module='crud-framework', version='0.4.2')
)
libraryDependencies += "com.antelopesystem.crudframework" % "crud-framework" % "0.4.2"
[com.antelopesystem.crudframework/crud-framework "0.4.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.20
org.jetbrains.kotlin : kotlin-reflect jar 1.3.20
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.2.2
org.slf4j : slf4j-api jar 1.7.30
org.apache.commons : commons-lang3 jar 3.6
com.google.code.gson : gson jar 2.8.6

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.8.RELEASE

Project Modules

  • crud-framework-fieldmapper
  • crud-framework-utils
  • crud-framework-core
  • crud-framework-hibernate5-connector
  • crud-framework-mongo-connector
  • crud-framework-dsl
  • crud-framework-web