Last Version

flapi-parent 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.

License

License

GroupId

GroupId

com.unquietcode.tools.flapi
ArtifactId

ArtifactId

flapi-parent
Version

Version

2.0
Type

Type

pom
Description

Description

flapi-parent
Flapi is a code generation tool for Java which allows you to create fluent API's which are easy to evolve and maintain.
Project URL

Project URL

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

Source Code Management

https://github.com/UnquietCode/Flapi

Download flapi-parent 2.0

Filename Size
flapi-parent-2.0.pom 5 KB
Browse

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

  • ../flapi-descriptor
  • ../flapi-runtime
  • ../
  • ../flapi-plugin
  • ../flapi-build-plugin
  • ../flapi-build-project
  • ../flapi-build-test-producer
  • ../flapi-build-test-consumer