MVN

com.sondertara : joya

Maven & Gradle

Jan 18, 2023
4 stars

joya · JPA extensions and dynamic query feature.

<dependency>
    <groupId>com.sondertara</groupId>
    <artifactId>joya</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sondertara : joya to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of com.sondertara : joya to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
joya-0.2.0
0.1.x
joya-0.1.2
joya-0.1.1
joya-0.1.0
0.0.x
joya-0.0.7.209
joya-0.0.7.208
joya-0.0.7.207
joya-0.0.7.206
joya-0.0.7.205
joya-0.0.7.204
joya-0.0.7.203
joya-0.0.7.202
joya-0.0.7.201
joya-0.0.7.200
joya-0.0.7.106
joya-0.0.7.105
joya-0.0.7.104
joya-0.0.7.103
joya-0.0.7.102
joya-0.0.7.101
joya-0.0.7.100
joya-0.0.7
joya-0.0.6
joya-0.0.5
joya-0.0.4

How to add a dependency to Maven

Add the following com.sondertara : joya maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sondertara</groupId>
    <artifactId>joya</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sondertara : joya gradle dependency to your build.gradle file:

implementation 'com.sondertara:joya:0.2.0'

Gradle Kotlin DSL: Add the following com.sondertara : joya gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sondertara:joya:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sondertara : joya sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sondertara" % "joya" % "0.2.0"

Advertisement