MVN

com.gtcgroup : justify-jpa

Maven & Gradle

May 03, 2018
1 stars

Justify JPA · JPA MODULE: PED Central is the home for the open-source �Justify� suite of software engineering modules. Justify seeks API alignment between Java 1.8+ application code and JUnit 5 test code.

<dependency>
    <groupId>com.gtcgroup</groupId>
    <artifactId>justify-jpa</artifactId>
    <version>6.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gtcgroup : justify-jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.9
  • Latest Alpha: 8.5.0-alpha5

All Versions

Choose a version of com.gtcgroup : justify-jpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.5.x
justify-jpa-8.5.0-alpha5
justify-jpa-8.5.0-alpha4
justify-jpa-8.5.0-alpha2
justify-jpa-8.5.0-alpha
8.3.x
justify-jpa-8.3.9
justify-jpa-8.3.8
justify-jpa-8.3.7
justify-jpa-8.3.6
justify-jpa-8.3.5
justify-jpa-8.3.4
justify-jpa-8.3.1
justify-jpa-8.3.0
6.3.x
justify-jpa-6.3.9
justify-jpa-6.3.8
justify-jpa-6.3.7
justify-jpa-6.3.6
justify-jpa-6.3.5
justify-jpa-6.3.4
justify-jpa-6.3.3
justify-jpa-6.3.2
justify-jpa-6.3.1
justify-jpa-6.3.0
6.2.x
justify-jpa-6.2.0

How to add a dependency to Maven

Add the following com.gtcgroup : justify-jpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gtcgroup</groupId>
    <artifactId>justify-jpa</artifactId>
    <version>6.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gtcgroup : justify-jpa gradle dependency to your build.gradle file:

implementation 'com.gtcgroup:justify-jpa:6.3.9'

Gradle Kotlin DSL: Add the following com.gtcgroup : justify-jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gtcgroup:justify-jpa:6.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gtcgroup : justify-jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gtcgroup" % "justify-jpa" % "6.3.9"

Advertisement