de.micromata.mgc:de.micromata.mgc.samples

Sample projects.

License

License

Apache 2.0
GroupId

GroupId

de.micromata.mgc
ArtifactId

ArtifactId

de.micromata.mgc.samples
Last Version

Last Version

3.1.3
Release Date

Release Date

Type

Type

pom
Description

Description

Sample projects.
Project Organization

Project Organization

Micromata GmbH

Download de.micromata.mgc.samples

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • de.micromata.mgc.jpa.logging.sample
  • de.micromata.mgc.jettystarter.sample
  • de.micromata.mgc.javafx.launcher.sample

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.1
3.1.0
3.0.9