ca.jeb:common-java

Common Java Code is used by other jeb.ca projects and can be used seperately

License

License

Categories

Categories

Java Languages
GroupId

GroupId

ca.jeb
ArtifactId

ArtifactId

common-java
Last Version

Last Version

2014.10.01
Release Date

Release Date

Type

Type

jar
Description

Description

ca.jeb:common-java
Common Java Code is used by other jeb.ca projects and can be used seperately
Project URL

Project URL

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

Download common-java

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 2.6.0
org.springframework : spring-context jar 4.1.0.RELEASE
org.springframework.integration : spring-integration-core jar 4.0.4.RELEASE
org.springframework.integration : spring-integration-jms jar 4.0.4.RELEASE
org.apache.commons : commons-lang3 jar 3.3.2
net.sourceforge.findbugs : jsr305 jar 1.3.7
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

common-java

This project contains some common Java classes that are used by other jeb.ca projects.

This project can also be used independently, as it has some useful utility classes.

To use this in your project, add the following to your Maven pom.xml file:

  1. You will need to add our Maven repository:
<repositories>
  <repository>
       <id>common-java-mvn-repo</id>
       <url>https://raw.github.com/ebourgeois/common-java/mvn-repo/</url>
       <snapshots>
           <enabled>true</enabled>
           <updatePolicy>always</updatePolicy>
       </snapshots>
   </repository>
</repositories>
  1. Now add our artifact as a dependency:
<dependency>
  <groupId>ca.jeb</groupId>
  <artifactId>common-java</artifactId>
  <version>2014.10.01</version>
</dependency>

You can view all the available versions here: https://github.com/ebourgeois/common-java/tree/mvn-repo/ca/jeb/jeb-common

Versions

Version
2014.10.01