License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdnl.42 |
ArtifactId | ArtifactIdbeanie-spring-boot-starter |
Version | Version3.1.0 |
Type | Typejar |
Description |
DescriptionLibrary for generating and testing beans.
|
<!-- https://jarcasting.com/artifacts/nl.42/beanie-spring-boot-starter/ -->
<dependency>
<groupId>nl.42</groupId>
<artifactId>beanie-spring-boot-starter</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/beanie-spring-boot-starter/
implementation 'nl.42:beanie-spring-boot-starter:3.1.0'
// https://jarcasting.com/artifacts/nl.42/beanie-spring-boot-starter/
implementation ("nl.42:beanie-spring-boot-starter:3.1.0")
'nl.42:beanie-spring-boot-starter:jar:3.1.0'
<dependency org="nl.42" name="beanie-spring-boot-starter" rev="3.1.0">
<artifact name="beanie-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='beanie-spring-boot-starter', version='3.1.0')
)
libraryDependencies += "nl.42" % "beanie-spring-boot-starter" % "3.1.0"
[nl.42/beanie-spring-boot-starter "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | |
nl.42 : beanie | jar | 3.1.0 |
org.springframework.boot : spring-boot-autoconfigure | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : javax.persistence-api | jar | |
org.springframework : spring-tx | jar | 5.1.6.RELEASE |
io.beanmapper : beanmapper | jar | 3.0.1 |
log4j : log4j | jar | 1.2.16 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.mockito : mockito-all | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
com.h2database : h2 | jar | |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
junit : junit | jar | 4.12 |