is not current version
Last Version 2.4.0

org.bitbucket.askllc.fermenter:root 2.0.0.RC20

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.

GroupId

GroupId

org.bitbucket.askllc.fermenter
ArtifactId

ArtifactId

root
Version

Version

2.0.0.RC20
Type

Type

pom

Download root 2.0.0.RC20

Filename Size
root-2.0.0.RC20.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter/root/ -->
<dependency>
    <groupId>org.bitbucket.askllc.fermenter</groupId>
    <artifactId>root</artifactId>
    <version>2.0.0.RC20</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter/root/
implementation 'org.bitbucket.askllc.fermenter:root:2.0.0.RC20'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter/root/
implementation ("org.bitbucket.askllc.fermenter:root:2.0.0.RC20")
'org.bitbucket.askllc.fermenter:root:pom:2.0.0.RC20'
<dependency org="org.bitbucket.askllc.fermenter" name="root" rev="2.0.0.RC20">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter', module='root', version='2.0.0.RC20')
)
libraryDependencies += "org.bitbucket.askllc.fermenter" % "root" % "2.0.0.RC20"
[org.bitbucket.askllc.fermenter/root "2.0.0.RC20"]