bag-reader-java

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

License

License

BSD
Categories

Categories

Java Languages
GroupId

GroupId

com.github.swri-robotics
ArtifactId

ArtifactId

bag-reader-java
Last Version

Last Version

1.10.3
Release Date

Release Date

Type

Type

jar
Description

Description

bag-reader-java
Parent POM.xml with most oftenly used pre-configured features
Project URL

Project URL

https://github.com/swri-robotics/bag-reader-java
Project Organization

Project Organization

jcabi.com

Download bag-reader-java

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
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)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.11

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
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