Eureka! Clinical Parent with Standard Dependencies

Parent pom.xml for all Eureka! Clinical projects with standard dependencies

License

License

Categories

Categories

CLI User Interface Eureka Container Microservices
GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

eurekaclinical-parent-standard-deps
Last Version

Last Version

4-Alpha-4
Release Date

Release Date

Type

Type

pom
Description

Description

Eureka! Clinical Parent with Standard Dependencies
Parent pom.xml for all Eureka! Clinical projects with standard dependencies
Project URL

Project URL

https://github.com/eurekaclinical/eurekaclinical-parent-standard-deps.git
Project Organization

Project Organization

Emory University
Source Code Management

Source Code Management

https://github.com/eurekaclinical/eurekaclinical-parent-standard-deps.git

Download eurekaclinical-parent-standard-deps

How to add to project

<!-- https://jarcasting.com/artifacts/org.eurekaclinical/eurekaclinical-parent-standard-deps/ -->
<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>eurekaclinical-parent-standard-deps</artifactId>
    <version>4-Alpha-4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eurekaclinical/eurekaclinical-parent-standard-deps/
implementation 'org.eurekaclinical:eurekaclinical-parent-standard-deps:4-Alpha-4'
// https://jarcasting.com/artifacts/org.eurekaclinical/eurekaclinical-parent-standard-deps/
implementation ("org.eurekaclinical:eurekaclinical-parent-standard-deps:4-Alpha-4")
'org.eurekaclinical:eurekaclinical-parent-standard-deps:pom:4-Alpha-4'
<dependency org="org.eurekaclinical" name="eurekaclinical-parent-standard-deps" rev="4-Alpha-4">
  <artifact name="eurekaclinical-parent-standard-deps" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eurekaclinical', module='eurekaclinical-parent-standard-deps', version='4-Alpha-4')
)
libraryDependencies += "org.eurekaclinical" % "eurekaclinical-parent-standard-deps" % "4-Alpha-4"
[org.eurekaclinical/eurekaclinical-parent-standard-deps "4-Alpha-4"]

Dependencies

compile (3)

Group / Artifact Type Version
com.sun.xml.bind : jaxb-core jar 2.3.0.1
javax.xml.bind : jaxb-api jar 2.3.1
com.sun.xml.bind : jaxb-impl jar 2.3.1

Project Modules

There are no modules declared in this project.

Eureka! Clinical Web Application Parent pom.xml

Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA

What does it do?

It is the parent pom used by all Eureka! Clinical web applications. It specifies eurekaclinical-parent as its parent pom. It has a fairly large dependencyManagement section with various dependencies that provide the following functionality:

  • logging
  • utility libraries
  • delimited file handling
  • JDBC drivers
  • INI file handling
  • email handling
  • versions of standard APIs
  • CAS client
  • REST API creation
  • dependency injection
  • object-relational management
  • unit and system testing
  • database migration
  • templates

Use these versions of these dependencies in Eureka! Clinical projects for the functionality listed above.

Version 3

Updated eurekaclinical-parent dependency.

Version 2

Removed database driver dependencies. Updated versions of javamail, commons-logging, hibernate, jpamodelgen, jersey, slf4j, and freemarker. Updated eurekaclinical-parent dependency.

Version 1

Initial release.

Specifying this pom as a parent

<parent>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>eurekaclinical-parent-standard-deps</artifactId>
    <version>version</version>
</parent>

Additional configuration

Read the eurekaclinical-parent project's README for instructions. The instructions for that project also apply to this one.

Getting help

Feel free to contact us at [email protected].

org.eurekaclinical

Eureka! Clinical

Microservices for clinical and translational research

Versions

Version
4-Alpha-4
4-Alpha-3
4-Alpha-1
3
3-Alpha-2
3-Alpha-1
2
2-Beta-6
2-Beta-5
2-Beta-4
2-Beta-3
2-Beta-2
2-Beta-1
1
1-Alpha-6
1-Alpha-5
1-Alpha-4
1-Alpha-3
1-Alpha-2
1-Alpha-1