Categories |
CategoriesMongoDB Data Databases Spring Data JPA MongoDB Expressions |
---|---|
GroupId | GroupIdcom.github.mhewedy |
ArtifactId | ArtifactIdspring-data-jpa-mongodb-expressions |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mhewedy/spring-data-jpa-mongodb-expressions/ -->
<dependency>
<groupId>com.github.mhewedy</groupId>
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhewedy/spring-data-jpa-mongodb-expressions/
implementation 'com.github.mhewedy:spring-data-jpa-mongodb-expressions:0.0.1'
// https://jarcasting.com/artifacts/com.github.mhewedy/spring-data-jpa-mongodb-expressions/
implementation ("com.github.mhewedy:spring-data-jpa-mongodb-expressions:0.0.1")
'com.github.mhewedy:spring-data-jpa-mongodb-expressions:jar:0.0.1'
<dependency org="com.github.mhewedy" name="spring-data-jpa-mongodb-expressions" rev="0.0.1">
<artifact name="spring-data-jpa-mongodb-expressions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhewedy', module='spring-data-jpa-mongodb-expressions', version='0.0.1')
)
libraryDependencies += "com.github.mhewedy" % "spring-data-jpa-mongodb-expressions" % "0.0.1"
[com.github.mhewedy/spring-data-jpa-mongodb-expressions "0.0.1"]