common-logging

Common logging

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.ardikars.common
ArtifactId

ArtifactId

common-logging
Last Version

Last Version

1.3.7
Release Date

Release Date

Type

Type

jar
Description

Description

common-logging
Common logging
Project Organization

Project Organization

ardikars

Download common-logging

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.ardikars.common : common-annotation jar 1.3.7
org.slf4j : slf4j-api Optional jar 1.7.27
log4j : log4j Optional jar 1.2.17
org.apache.logging.log4j : log4j-api Optional jar 2.12.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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 ([email protected])

Issues

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

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

com.ardikars.common

Jxnet

Versions

Version
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