b

beanie-spring-boot-starter

Files download
File Operation
beanie-spring-boot-starter-4.0.0.jar download
beanie-spring-boot-starter-4.0.0.pom download
beanie-spring-boot-starter-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.42</groupId>
  <artifactId>beanie-spring-boot-starter</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'nl.42:beanie-spring-boot-starter:4.0.0'
Gradle Kotlin
implementation("nl.42:beanie-spring-boot-starter:4.0.0")
Scala SBT
libraryDependencies += "nl.42" % "beanie-spring-boot-starter" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='nl.42', module='beanie-spring-boot-starter', version='4.0.0')
)
Apache Ivy
<dependency org="nl.42" name="beanie-spring-boot-starter" rev="4.0.0" />
Leiningen
[nl.42/beanie-spring-boot-starter "4.0.0"]
Apache Buildr
'nl.42:beanie-spring-boot-starter:jar:4.0.0'