Last Version

Flapi Build Project 2.0

Flapi is a code generation tool for Java which allows you to create fluent API's which are easy to evolve and maintain. This project POM can be used as the base for projects which want to generate code at build-time using the Flapi maven plugin.

License

License

GroupId

GroupId

com.unquietcode.tools.flapi
ArtifactId

ArtifactId

flapi-build-project
Version

Version

2.0
Type

Type

pom
Description

Description

Flapi Build Project
Flapi is a code generation tool for Java which allows you to create fluent API's which are easy to evolve and maintain. This project POM can be used as the base for projects which want to generate code at build-time using the Flapi maven plugin.
Project URL

Project URL

https://github.com/UnquietCode/Flapi
Source Code Management

Source Code Management

https://github.com/UnquietCode/Flapi

Download flapi-build-project 2.0


<!-- https://jarcasting.com/artifacts/com.unquietcode.tools.flapi/flapi-build-project/ -->
<dependency>
    <groupId>com.unquietcode.tools.flapi</groupId>
    <artifactId>flapi-build-project</artifactId>
    <version>2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.unquietcode.tools.flapi/flapi-build-project/
implementation 'com.unquietcode.tools.flapi:flapi-build-project:2.0'
// https://jarcasting.com/artifacts/com.unquietcode.tools.flapi/flapi-build-project/
implementation ("com.unquietcode.tools.flapi:flapi-build-project:2.0")
'com.unquietcode.tools.flapi:flapi-build-project:pom:2.0'
<dependency org="com.unquietcode.tools.flapi" name="flapi-build-project" rev="2.0">
  <artifact name="flapi-build-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.unquietcode.tools.flapi', module='flapi-build-project', version='2.0')
)
libraryDependencies += "com.unquietcode.tools.flapi" % "flapi-build-project" % "2.0"
[com.unquietcode.tools.flapi/flapi-build-project "2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.