r

root

In brewing, a fermenter is a vessel in which unfinished ingredients become nearly finished beer. In Model Driven Architecture, Fermenter is a project that converts functional concepts into nearly finished applications. This approach allows for the quick definition and assembly of applications with the focus on functional concepts rather than technical underpinnings. Fermenter is an MDA engine that allows common concepts to be modeled and spawn any number of generated source files. In turn, this allows developers to focus more time on business logic, less time on technical underpinnings, and achieve extremely high levels of architectural conformity.
https://bitbucket.org/askllc/fermenter
MIT License
Ryan Ashcraft Eric Konieczny
文件下载
文件名 操作
root-2.4.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.bitbucket.askllc.fermenter</groupId>
  <artifactId>root</artifactId>
  <version>2.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.askllc.fermenter:root:2.4.0'
Gradle Kotlin
implementation("org.bitbucket.askllc.fermenter:root:2.4.0")
Scala SBT
libraryDependencies += "org.bitbucket.askllc.fermenter" % "root" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.askllc.fermenter', module='root', version='2.4.0')
)
Apache Ivy
<dependency org="org.bitbucket.askllc.fermenter" name="root" rev="2.4.0" />
Leiningen
[org.bitbucket.askllc.fermenter/root "2.4.0"]
Apache Buildr
'org.bitbucket.askllc.fermenter:root:jar:2.4.0'
本项目依赖
该项目无第三方依赖