Last Version

feature-gen 2.0.0

feature-gen is a small open-source framework that lets you generate typesafe feature checks from FeatureIDE models

License

License

MIT
GroupId

GroupId

de.rhocas.featuregen
ArtifactId

ArtifactId

featuregen
Version

Version

2.0.0
Type

Type

pom
Description

Description

feature-gen
feature-gen is a small open-source framework that lets you generate typesafe feature checks from FeatureIDE models

Download featuregen 2.0.0

Filename Size
featuregen-2.0.0.pom 1 KB
Browse

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

Dependencies

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

Project Modules

  • featuregen-dependencies
  • featuregen-parent
  • featuregen-feature-ide-configuration-model
  • featuregen-feature-ide-feature-model
  • featuregen-annotation-processor
  • featuregen-annotation-processor-test
  • featuregen-generator
  • featuregen-generator-test
  • featuregen-lib