Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.btc-ag.redg |
ArtifactId | ArtifactIdredg-jpa-providers |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
redg-jpa-providers-2.4.pom | |
redg-jpa-providers-2.4.jar | 17 KB |
redg-jpa-providers-2.4-sources.jar | 11 KB |
redg-jpa-providers-2.4-javadoc.jar | 30 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</version>
</dependency>
// https://jarcasting.com/artifacts/com.btc-ag.redg/redg-jpa-providers/
implementation 'com.btc-ag.redg:redg-jpa-providers:2.4'
// https://jarcasting.com/artifacts/com.btc-ag.redg/redg-jpa-providers/
implementation ("com.btc-ag.redg:redg-jpa-providers:2.4")
'com.btc-ag.redg:redg-jpa-providers:jar:2.4'
<dependency org="com.btc-ag.redg" name="redg-jpa-providers" rev="2.4">
<artifact name="redg-jpa-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btc-ag.redg', module='redg-jpa-providers', version='2.4')
)
libraryDependencies += "com.btc-ag.redg" % "redg-jpa-providers" % "2.4"
[com.btc-ag.redg/redg-jpa-providers "2.4"]