de.micromata.mgc:de.micromata.mgc.application

An MGC Application based on the embedded jetty/servlet of spring boot.

Лицензия

Лицензия

Apache 2.0
Группа

Группа

de.micromata.mgc
Идентификатор

Идентификатор

de.micromata.mgc.application
Последняя версия

Последняя версия

3.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

An MGC Application based on the embedded jetty/servlet of spring boot.
Организация-разработчик

Организация-разработчик

Micromata GmbH
Система контроля версий

Система контроля версий

https://github.com/micromata/mgc/tree/master/de.micromata.mgc.application

Скачать de.micromata.mgc.application

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
de.micromata.mgc : de.micromata.mgc.logging jar 3.1.3
org.apache.commons : commons-collections4 jar 4.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
3.1.3
3.1.2
3.1.1
3.1.0
3.0.9