common

BOM module

Лицензия

Лицензия

Группа

Группа

com.ardikars.common
Идентификатор

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

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

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

1.3.7
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

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

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

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

https://github.com/jxnet/java-common

Скачать common

Имя Файла Размер
common-1.3.7.pom 12 KB
Обзор

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

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

Зависимости

compile (1)

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

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

  • common-annotation
  • common-constant
  • common-logging
  • common-memory
  • common-net
  • common-tuple
  • common-util

Development has been stopped, please use https://github.com/ardikars/pcap instead.

Java Common

Reusable java code.

Getting Started

Prerequisites

  • Java Version
    • Java 6 (or newer)

How to Use

  • Maven project

Add a dependency to the pom.xml as like below:

<dependencies>
    <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common-annotation</artifactId>
    </dependency>
    <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common-constant</artifactId>
    </dependency>
    <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common-logging</artifactId>
    </dependency>
    <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common-memory</artifactId>
    </dependency>
    <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common-net</artifactId>
    </dependency>
    <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common-tuple</artifactId>
    </dependency>
    <dependency>
        <groupId>com.ardikars.common</groupId>
        <artifactId>common-util</artifactId>
    </dependency>
</dependencies>

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.ardikars.common</groupId>
            <artifactId>common</artifactId>
            <version>1.3.7</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Build Java Common from Source

Build

  • ./mvnw clean package

Skip Test

  • ./mvnw clean package -x test

Test

  • ./mvnw clean site site:stage -Pcoverage,spotbugs,checkstyle,pmd

License

Apache License, Version 2.0

/**
 * Copyright 2017-2019 the original author or authors.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

Contact

Email: Ardika Rommy Sanjaya (contact@ardikars.com)

Issues

Have a bug? Please create an issue here on GitHub!

https://github.com/ardikars/java-common/issues

com.ardikars.common

Jxnet

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

Версия
1.3.7
1.3.6
1.3.3.RELEASE
1.3.2.RELEASE
1.3.2.RC1
1.3.1.RELEASE
1.3.0.RELEASE
1.2.9.RELEASE
1.2.8.RELEASE
1.2.7.RELEASE
1.2.7.RC5
1.2.7.RC4
1.2.7.RC3
1.2.7.RC2
1.2.7.RC1
1.2.6.RELEASE
1.2.6.RC10
1.2.6.RC9
1.2.6.RC7
1.2.6.RC6
1.2.6.RC4
1.2.6.RC3
1.2.6.RC2
1.2.5.RELEASE
1.2.5.RC1
1.2.4.RELEASE
1.2.4.RC3
1.2.4.RC2
1.2.4.RC1
1.2.3.RELEASE
1.2.3.RC1
1.2.2.Final
1.2.2.RC5
1.2.2.RC4
1.2.2.RC3
1.2.2.RC1
1.2.1.Final
1.2.1.RC1
1.2.0.Final
1.2.0.RC4
1.2.0.RC3
1.2.0.RC2
1.2.0.RC1
1.1.0.Final
1.0.0.Final
1.0.0.RC6
1.0.0.RC5
1.0.0.RC4
1.0.0.RC3