FOKProjects Common

Unifies all common modules. Use this module as a dependency for all submodules of this repo.

Лицензия

Лицензия

Группа

Группа

com.github.vatbub
Идентификатор

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

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

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

0.1.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

FOKProjects Common
Unifies all common modules. Use this module as a dependency for all submodules of this repo.
Организация-разработчик

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

Frederik Kammel

Скачать common

Имя Файла Размер
common-0.1.5.pom
common-0.1.5.jar 1 KB
Обзор

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.github.vatbub : common.core jar 0.1.5
com.github.vatbub : common.internet jar 0.1.5
com.github.vatbub : common.updater jar 0.1.5
com.github.vatbub : common.view jar 0.1.5
org.jetbrains : annotations jar 16.0.3

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.4-atlassian-1

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

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

common

Common classes for FOKProjects

Build Status Coverage Status Maven Central

This repository holds the Maven Artifact fokprojects.common which currently contains classes for:

  • Self-Update of a java app
  • Saving preferences
  • Logging (using java.util.com.github.vatbub.common.core.logging)
  • Comparing version numbers
  • A basic dialog to notify the user of an update
  • Read config files and remote configs (in development)

Learn how to use all of this functionality, go to the wiki.

To add this artifact as a maven dependency, add the following repositories and dependency to your pom:

<dependency>
	<groupId>com.github.vatbub</groupId>
	<artifactId>common</artifactId>
	<version>0.1.1</version>
</dependency>

Usage

Have a look at the getting started page in the wiki to learn how to use this lib.

Build the current snapshot

  1. Clone this repository
  2. Run mvn install

Build the latest release

Repeat the steps mentioned above but switch to the release branch by running git checkout release prior to running mvn install.

##Docs Maven Site, JavaDoc

Contributing

Contributions of any kind are very welcome. Just fork and submit a Pull Request and we will be happy to merge. Just keep in mind that we use Issue driven development.

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

Версия
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
0.0.24
0.0.23
0.0.22
0.0.21
0.0.18