com.mattunderscore.code.generation.specky:specky-parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.mattunderscore.code.generation.specky
ArtifactId

ArtifactId

specky-parent
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

pom
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/mattunderscorechampion/specky

Download specky-parent

Filename Size
specky-parent-0.8.0.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/specky-parent/ -->
<dependency>
    <groupId>com.mattunderscore.code.generation.specky</groupId>
    <artifactId>specky-parent</artifactId>
    <version>0.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/specky-parent/
implementation 'com.mattunderscore.code.generation.specky:specky-parent:0.8.0'
// https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/specky-parent/
implementation ("com.mattunderscore.code.generation.specky:specky-parent:0.8.0")
'com.mattunderscore.code.generation.specky:specky-parent:pom:0.8.0'
<dependency org="com.mattunderscore.code.generation.specky" name="specky-parent" rev="0.8.0">
  <artifact name="specky-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore.code.generation.specky', module='specky-parent', version='0.8.0')
)
libraryDependencies += "com.mattunderscore.code.generation.specky" % "specky-parent" % "0.8.0"
[com.mattunderscore.code.generation.specky/specky-parent "0.8.0"]

Dependencies

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

Project Modules

  • javapoet-utils
  • specky-model
  • proposition-processing
  • model-context
  • dsl-parser
  • ast-transformer
  • code-generation
  • generator
  • specky-maven-plugin
  • plugin-example

Specky

Build Status

A generator for value types from a DSL.

####Example Spec

author "Matt Champion"

package com.mattunderscore.readme

type Person "Description of a person."
    properties
        String name "Persons name."
        long birthTimestamp "Timestamp of persons birth."

bean PersonBean : Person "Bean implementation of {@link Person}."

value PersonValue : Person "Value implementation of {@link Person}."
    options
        immutable builder

Provided licence names

Several licences can be included in the generated source code by name.

BSD 3 clause can be included by the names:

  • BSD-3-Clause
  • BSD3Clause
  • BSD3

BSD 2 clause can be included by the names:

  • BSD-2-Clause
  • BSD2Clause
  • BSD2

MIT can be included by the names:

  • MIT

Apache 2 can be included by the names:

  • Apache-2
  • Apache2

GPL 3 can be included by the names:

  • GPL-3
  • GPL3

GPL 2 can be included by the names:

  • GPL-2
  • GPL2

Versions

Version
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0