Last Version

Brahma Dao 1.0.1

An annotation processor to generate typesafe DAO classes from @Entity classes

License

License

GroupId

GroupId

com.gozefo.brahma
ArtifactId

ArtifactId

brahma-dao
Version

Version

1.0.1
Type

Type

jar
Description

Description

Brahma Dao
An annotation processor to generate typesafe DAO classes from @Entity classes
Project URL

Project URL

https://github.com/gozefo/brahma-dao
Source Code Management

Source Code Management

http://github.com/gozefo/brahma-dao/tree/master

Download brahma-dao 1.0.1


<!-- https://jarcasting.com/artifacts/com.gozefo.brahma/brahma-dao/ -->
<dependency>
    <groupId>com.gozefo.brahma</groupId>
    <artifactId>brahma-dao</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gozefo.brahma/brahma-dao/
implementation 'com.gozefo.brahma:brahma-dao:1.0.1'
// https://jarcasting.com/artifacts/com.gozefo.brahma/brahma-dao/
implementation ("com.gozefo.brahma:brahma-dao:1.0.1")
'com.gozefo.brahma:brahma-dao:jar:1.0.1'
<dependency org="com.gozefo.brahma" name="brahma-dao" rev="1.0.1">
  <artifact name="brahma-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gozefo.brahma', module='brahma-dao', version='1.0.1')
)
libraryDependencies += "com.gozefo.brahma" % "brahma-dao" % "1.0.1"
[com.gozefo.brahma/brahma-dao "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup : javapoet jar 1.9.0
io.dropwizard : dropwizard-hibernate jar 1.1.0

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18
com.google.auto.service : auto-service jar 1.0-rc4

test (2)

Group / Artifact Type Version
com.google.testing.compile : compile-testing jar 0.15
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.