b

beanie-parent

Library for generating and testing beans.
https://github.com/42bv/beanie
Apache 2
Jeroen van Schagen
Files download
File Operation
beanie-parent-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>nl.42</groupId>
  <artifactId>beanie-parent</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'nl.42:beanie-parent:4.0.0'
Gradle Kotlin
implementation("nl.42:beanie-parent:4.0.0")
Scala SBT
libraryDependencies += "nl.42" % "beanie-parent" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='nl.42', module='beanie-parent', version='4.0.0')
)
Apache Ivy
<dependency org="nl.42" name="beanie-parent" rev="4.0.0" />
Leiningen
[nl.42/beanie-parent "4.0.0"]
Apache Buildr
'nl.42:beanie-parent:jar:4.0.0'