Last Version

Duzzt 0.1.0

An annotation-based embedded DSL generator.

License

License

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

com.github.misberner.duzzt
ArtifactId

ArtifactId

duzzt-parent
Version

Version

0.1.0
Type

Type

pom
Description

Description

Duzzt
An annotation-based embedded DSL generator.
Project URL

Project URL

https://github.com/misberner/duzzt
Source Code Management

Source Code Management

https://github.com/misberner/duzzt/tree/master

Download duzzt-parent 0.1.0

Filename Size
duzzt-parent-0.1.0.pom 6 KB
Browse

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

Dependencies

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

Project Modules

  • annotations
  • processor
  • examples