b

bee-ext

Bee-ext is extending for Bee(a Java ORM framework).
https://github.com/automvc/bee-ext
The Apache Software License, Version 2.0
teasoft
Files download
File Operation
bee-ext-1.8.99.jar download
bee-ext-1.8.99.pom download
bee-ext-1.8.99-sources.jar download
Apache Maven
<dependency>
  <groupId>org.teasoft</groupId>
  <artifactId>bee-ext</artifactId>
  <version>1.8.99</version>
</dependency>
Gradle Groovy
implementation 'org.teasoft:bee-ext:1.8.99'
Gradle Kotlin
implementation("org.teasoft:bee-ext:1.8.99")
Scala SBT
libraryDependencies += "org.teasoft" % "bee-ext" % "1.8.99"
Groovy Grape
@Grapes(
  @Grab(group='org.teasoft', module='bee-ext', version='1.8.99')
)
Apache Ivy
<dependency org="org.teasoft" name="bee-ext" rev="1.8.99" />
Leiningen
[org.teasoft/bee-ext "1.8.99"]
Apache Buildr
'org.teasoft:bee-ext:jar:1.8.99'