GroupId | GroupIdco.streamx.fluent |
---|---|
ArtifactId | ArtifactIdfluent-jpa |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
fluent-jpa-1.0.11.pom | |
fluent-jpa-1.0.11.jar | 110 KB |
fluent-jpa-1.0.11-sources.jar | 45 KB |
fluent-jpa-1.0.11-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/ -->
<dependency>
<groupId>co.streamx.fluent</groupId>
<artifactId>fluent-jpa</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/
implementation 'co.streamx.fluent:fluent-jpa:1.0.11'
// https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/
implementation ("co.streamx.fluent:fluent-jpa:1.0.11")
'co.streamx.fluent:fluent-jpa:jar:1.0.11'
<dependency org="co.streamx.fluent" name="fluent-jpa" rev="1.0.11">
<artifact name="fluent-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.streamx.fluent', module='fluent-jpa', version='1.0.11')
)
libraryDependencies += "co.streamx.fluent" % "fluent-jpa" % "1.0.11"
[co.streamx.fluent/fluent-jpa "1.0.11"]