| License |
License |
|---|---|
| Categories |
CategoriesOther General Purpose Libraries |
| GroupId | GroupIduk.yetanother |
| ArtifactId | ArtifactIdConRec |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConRec
YetAnother Java ConRec Implementation based on the work of Paul Bourke
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ConRec-2.0.0.pom | |
| ConRec-2.0.0-sources.jar | 10 KB |
| ConRec-2.0.0-javadoc.jar | 133 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |