de.micromata.mgc.jpa.spring

JPA with Hibernate search.

License

License

Apache 2.0
GroupId

GroupId

de.micromata.mgc
ArtifactId

ArtifactId

de.micromata.mgc.jpa.spring
Last Version

Last Version

3.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

de.micromata.mgc.jpa.spring
JPA with Hibernate search.
Project Organization

Project Organization

Micromata GmbH
Source Code Management

Source Code Management

https://github.com/micromata/mgc/tree/master/de.micromata.mgc.jpa.spring

Download de.micromata.mgc.jpa.spring

How to add to project

<!-- https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.jpa.spring/ -->
<dependency>
    <groupId>de.micromata.mgc</groupId>
    <artifactId>de.micromata.mgc.jpa.spring</artifactId>
    <version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.jpa.spring/
implementation 'de.micromata.mgc:de.micromata.mgc.jpa.spring:3.1.3'
// https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.jpa.spring/
implementation ("de.micromata.mgc:de.micromata.mgc.jpa.spring:3.1.3")
'de.micromata.mgc:de.micromata.mgc.jpa.spring:jar:3.1.3'
<dependency org="de.micromata.mgc" name="de.micromata.mgc.jpa.spring" rev="3.1.3">
  <artifact name="de.micromata.mgc.jpa.spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.micromata.mgc', module='de.micromata.mgc.jpa.spring', version='3.1.3')
)
libraryDependencies += "de.micromata.mgc" % "de.micromata.mgc.jpa.spring" % "3.1.3"
[de.micromata.mgc/de.micromata.mgc.jpa.spring "3.1.3"]

Dependencies

compile (5)

Group / Artifact Type Version
de.micromata.mgc : de.micromata.mgc.jpa.emgr jar 3.1.3
org.hibernate : hibernate-search-orm jar 5.11.2.Final
org.springframework : spring-tx jar 5.1.8.RELEASE
org.springframework : spring-context jar 5.1.8.RELEASE
org.springframework : spring-orm jar 5.1.8.RELEASE

test (5)

Group / Artifact Type Version
org.springframework : spring-test jar 5.1.8.RELEASE
de.micromata.mgc : de.micromata.mgc.common.test jar 3.1.3
org.apache.derby : derby jar 10.14.2.0
org.hsqldb : hsqldb jar 2.3.3
org.postgresql : postgresql jar 9.4.1211.jre7

Project Modules

There are no modules declared in this project.

Build Status Maven Central

About

Micromata Genome Commons is a set of Java libraries to build mostly webserver based applications.

Build

Checkout and build with maven using the root pom.

License

MGC is released unter the Apache 2.0 License. See https://www.apache.org/licenses/LICENSE-2.0.html

Documentation and more

Please refer to the Wiki on GitHub.

Deployment to Maven central:

Refer https://github.com/micromata/Merlin/tree/master/merlin-core#general-information-of-how-to-publish-to-maven-central

Instead of running gradle, use mvn:

mvn -Prelease clean deploy

The maven settings file (~/m2/settings.xml) may look like:

<settings>
  <profiles>
    <profile>
      <id>ossrh</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <gpg.executable>gpg</gpg.executable>
        <gpg.key>xxx</gpg.key>
        <gpg.passphrase>xxx</gpg.passphrase>
      </properties>
    </profile>
  </profiles>
  <servers>
    <server>
      <id>ossrh</id>
      <username>xxx</username>
      <password>xxx</password>
    </server>
  </servers>
</settings>
```
de.micromata.mgc

Micromata GmbH

Versions

Version
3.1.3
3.1.2
3.1.1
3.1.0
3.0.9