bag-reader-java

Parent POM.xml with most oftenly used pre-configured features

Лицензия

Лицензия

BSD
Категории

Категории

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

Группа

com.github.swri-robotics
Идентификатор

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

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

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

1.10.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

bag-reader-java
Parent POM.xml with most oftenly used pre-configured features
Ссылка на сайт

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

https://github.com/swri-robotics/bag-reader-java
Организация-разработчик

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

jcabi.com

Скачать bag-reader-java

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

<!-- https://jarcasting.com/artifacts/com.github.swri-robotics/bag-reader-java/ -->
<dependency>
    <groupId>com.github.swri-robotics</groupId>
    <artifactId>bag-reader-java</artifactId>
    <version>1.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swri-robotics/bag-reader-java/
implementation 'com.github.swri-robotics:bag-reader-java:1.10.3'
// https://jarcasting.com/artifacts/com.github.swri-robotics/bag-reader-java/
implementation ("com.github.swri-robotics:bag-reader-java:1.10.3")
'com.github.swri-robotics:bag-reader-java:jar:1.10.3'
<dependency org="com.github.swri-robotics" name="bag-reader-java" rev="1.10.3">
  <artifact name="bag-reader-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swri-robotics', module='bag-reader-java', version='1.10.3')
)
libraryDependencies += "com.github.swri-robotics" % "bag-reader-java" % "1.10.3"
[com.github.swri-robotics/bag-reader-java "1.10.3"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 18.0
org.slf4j : slf4j-api jar 1.7.26
commons-codec : commons-codec jar 1.12
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.3
org.apache.commons : commons-compress jar 1.19
com.github.swri-robotics : lz4 jar 1.5.0

runtime (1)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.1.11

test (1)

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

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

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

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status PDD status Maven Central

More details are here: parent.jcabi.com

Base your Maven projects on this artifact and you will get many pre-configuration benefits, including up-to-date dependencies, plugins, build extensions, repositories, and more. All that you need to do is to define our artifact as a parent of your project:

<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.jcabi</groupId>
    <artifactId>parent</artifactId>
  </parent>
  <groupId>your-group-id</groupId>
  <artifactId>your-artifact-id</artifactId>
  <version>1.2.3-SNAPSHOT</version>
  [...]
</project>

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice

That's it.

com.github.swri-robotics

jcabi.com

Small java components

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

Версия
1.10.3
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0