License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.antelopesystem.crudframework |
ArtifactId | ArtifactIdcrud-framework-mongo-connector |
Version | Version0.4.5 |
Type | Typejar |
Description |
Descriptioncrud-framework-mongo-connector
A Mongo connector for the Crud Framework
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-mongo-connector/ -->
<dependency>
<groupId>com.antelopesystem.crudframework</groupId>
<artifactId>crud-framework-mongo-connector</artifactId>
<version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-mongo-connector/
implementation 'com.antelopesystem.crudframework:crud-framework-mongo-connector:0.4.5'
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-mongo-connector/
implementation ("com.antelopesystem.crudframework:crud-framework-mongo-connector:0.4.5")
'com.antelopesystem.crudframework:crud-framework-mongo-connector:jar:0.4.5'
<dependency org="com.antelopesystem.crudframework" name="crud-framework-mongo-connector" rev="0.4.5">
<artifact name="crud-framework-mongo-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antelopesystem.crudframework', module='crud-framework-mongo-connector', version='0.4.5')
)
libraryDependencies += "com.antelopesystem.crudframework" % "crud-framework-mongo-connector" % "0.4.5"
[com.antelopesystem.crudframework/crud-framework-mongo-connector "0.4.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-mongodb | jar | 2.0.8.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.31 |
org.apache.commons : commons-lang3 | jar | 3.6 |
com.antelopesystem.crudframework : crud-framework-core | jar | 0.4.5 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.72 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.8 |
com.google.code.gson : gson | jar | 2.8.6 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.15.2 |
org.springframework.boot : spring-boot-starter-test | jar | 2.0.8.RELEASE |