License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.btc-ag.redg |
ArtifactId | ArtifactIdredg-jpa-providers |
Version | Version2.4.1 |
Type | Typejar |
Description |
DescriptionRedG JPA Provider
Name and data type providers for RedG that extract the data from a JPA metamodel.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
redg-jpa-providers-2.4.1.pom | |
redg-jpa-providers-2.4.1.jar | 17 KB |
redg-jpa-providers-2.4.1-sources.jar | 11 KB |
redg-jpa-providers-2.4.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btc-ag.redg/redg-jpa-providers/ -->
<dependency>
<groupId>com.btc-ag.redg</groupId>
<artifactId>redg-jpa-providers</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.btc-ag.redg/redg-jpa-providers/
implementation 'com.btc-ag.redg:redg-jpa-providers:2.4.1'
// https://jarcasting.com/artifacts/com.btc-ag.redg/redg-jpa-providers/
implementation ("com.btc-ag.redg:redg-jpa-providers:2.4.1")
'com.btc-ag.redg:redg-jpa-providers:jar:2.4.1'
<dependency org="com.btc-ag.redg" name="redg-jpa-providers" rev="2.4.1">
<artifact name="redg-jpa-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btc-ag.redg', module='redg-jpa-providers', version='2.4.1')
)
libraryDependencies += "com.btc-ag.redg" % "redg-jpa-providers" % "2.4.1"
[com.btc-ag.redg/redg-jpa-providers "2.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-entitymanager | jar | 5.4.1.Final |
com.h2database : h2 | jar | 1.4.194 |
com.btc-ag.redg : redg-generator | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |