| License |
License |
|---|---|
| GroupId | GroupIdcom.github.secdec.astam-correlator |
| ArtifactId | ArtifactIdthreadfix-entities |
| Last Version | Last Version1.3.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThis module contains domain classes used by all of the other modules.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| threadfix-entities-1.3.8.pom | |
| threadfix-entities-1.3.8.jar | 345 KB |
| threadfix-entities-1.3.8-tests.jar | 4 KB |
| threadfix-entities-1.3.8-sources.jar | 259 KB |
| threadfix-entities-1.3.8-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-entities/ -->
<dependency>
<groupId>com.github.secdec.astam-correlator</groupId>
<artifactId>threadfix-entities</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-entities/
implementation 'com.github.secdec.astam-correlator:threadfix-entities:1.3.8'
// https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-entities/
implementation ("com.github.secdec.astam-correlator:threadfix-entities:1.3.8")
'com.github.secdec.astam-correlator:threadfix-entities:jar:1.3.8'
<dependency org="com.github.secdec.astam-correlator" name="threadfix-entities" rev="1.3.8">
<artifact name="threadfix-entities" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secdec.astam-correlator', module='threadfix-entities', version='1.3.8')
)
libraryDependencies += "com.github.secdec.astam-correlator" % "threadfix-entities" % "1.3.8"
[com.github.secdec.astam-correlator/threadfix-entities "1.3.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.3 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
| org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
| javax.validation : validation-api | jar | 1.1.0.Final |
| org.hibernate : hibernate-core | jar | 5.2.6.Final |
| org.hibernate : hibernate-validator | jar | 5.3.4.Final |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |