theta4j

theta4j is a library for RICOH THETA written in Java.

License

License

Categories

Categories

ta4j Business Logic Libraries Financial
GroupId

GroupId

org.theta4j
ArtifactId

ArtifactId

theta4j
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

theta4j
theta4j is a library for RICOH THETA written in Java.
Project URL

Project URL

http://theta4j.org/
Source Code Management

Source Code Management

https://github.com/shrhdk/theta4j.git

Download theta4j

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2
org.slf4j : slf4j-api jar 1.7.10

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.10.19
ch.qos.logback : logback-classic jar 1.1.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.0
0.4.0