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