Last Version

Groovy ActiveRecord 1.0.0

ActiveRecord support for Spring boot entity classes.

License

License

Categories

Categories

Groovy Languages Ant Build Tools
GroupId

GroupId

it.nicolasanti
ArtifactId

ArtifactId

groovy-activerecord
Version

Version

1.0.0
Type

Type

jar
Description

Description

Groovy ActiveRecord
ActiveRecord support for Spring boot entity classes.
Project URL

Project URL

https://github.com/nicolinux72/groovy-activerecord
Source Code Management

Source Code Management

https://github.com/nicolinux72/groovy-activerecord.git

Download groovy-activerecord 1.0.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa jar 1.3.0.RELEASE
org.codehaus.groovy : groovy-all jar 2.4.3
org.codehaus.groovy : groovy-templates jar 2.4.3

test (2)

Group / Artifact Type Version
hsqldb : hsqldb jar 1.8.0.10
org.springframework.boot : spring-boot-starter-test jar 1.3.0.RELEASE

Project Modules

There are no modules declared in this project.