common-memory

Common memory

License

License

GroupId

GroupId

com.ardikars.common
ArtifactId

ArtifactId

common-memory
Last Version

Last Version

1.3.7
Release Date

Release Date

Type

Type

jar
Description

Description

common-memory
Common memory
Project Organization

Project Organization

ardikars

Download common-memory

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.ardikars.common : common-annotation jar 1.3.7
com.ardikars.common : common-logging jar 1.3.7
com.ardikars.common : common-util jar 1.3.7
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