ca.jeb:common-java

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

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

ca.jeb
Идентификатор

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

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

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

2014.10.01
Дата

Дата

Тип

Тип

jar
Описание

Описание

ca.jeb:common-java
Common Java Code is used by other jeb.ca projects and can be used seperately
Ссылка на сайт

Ссылка на сайт

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

Скачать common-java

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

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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)

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

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

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

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

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

Версия
2014.10.01