License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.antelopesystem.crudframework |
ArtifactId | ArtifactIdcrud-framework |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncrud-framework
Spring-powered Crud Framework
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crud-framework-0.6.0.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.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework/
implementation 'com.antelopesystem.crudframework:crud-framework:0.6.0'
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework/
implementation ("com.antelopesystem.crudframework:crud-framework:0.6.0")
'com.antelopesystem.crudframework:crud-framework:pom:0.6.0'
<dependency org="com.antelopesystem.crudframework" name="crud-framework" rev="0.6.0">
<artifact name="crud-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.antelopesystem.crudframework', module='crud-framework', version='0.6.0')
)
libraryDependencies += "com.antelopesystem.crudframework" % "crud-framework" % "0.6.0"
[com.antelopesystem.crudframework/crud-framework "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.commons : commons-lang3 | jar | 3.6 |
com.google.code.gson : gson | jar | 2.8.7 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.2 |
com.nhaarman.mockitokotlin2 : mockito-kotlin | jar | 2.2.0 |
io.strikt : strikt-core | jar | 0.31.0 |