ConRec

YetAnother Java ConRec Implementation based on the work of Paul Bourke

License

License

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

uk.yetanother
ArtifactId

ArtifactId

ConRec
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ConRec
YetAnother Java ConRec Implementation based on the work of Paul Bourke
Project URL

Project URL

http://www.yetanother.uk
Source Code Management

Source Code Management

https://github.com/yetanotheruk/ConRec.git

Download ConRec

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.apache.commons : commons-lang3 jar 3.12.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0