GroupId | GroupIdco.streamx.fluent |
---|---|
ArtifactId | ArtifactIdfluent-jpa |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
fluent-jpa-1.1.2.pom | |
fluent-jpa-1.1.2.jar | 125 KB |
fluent-jpa-1.1.2-sources.jar | 49 KB |
fluent-jpa-1.1.2-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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/
implementation 'co.streamx.fluent:fluent-jpa:1.1.2'
// https://jarcasting.com/artifacts/co.streamx.fluent/fluent-jpa/
implementation ("co.streamx.fluent:fluent-jpa:1.1.2")
'co.streamx.fluent:fluent-jpa:jar:1.1.2'
<dependency org="co.streamx.fluent" name="fluent-jpa" rev="1.1.2">
<artifact name="fluent-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.streamx.fluent', module='fluent-jpa', version='1.1.2')
)
libraryDependencies += "co.streamx.fluent" % "fluent-jpa" % "1.1.2"
[co.streamx.fluent/fluent-jpa "1.1.2"]