License |
License
Other License Agreement
|
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-structure |
Last Version | Last Version2.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.refcodes:refcodes-structure
This artifact provides common data structures of general interest.
|
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-structure/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-structure</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-structure/
implementation 'org.refcodes:refcodes-structure:2.0.5'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-structure/
implementation ("org.refcodes:refcodes-structure:2.0.5")
'org.refcodes:refcodes-structure:jar:2.0.5'
<dependency org="org.refcodes" name="refcodes-structure" rev="2.0.5">
<artifact name="refcodes-structure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-structure', version='2.0.5')
)
libraryDependencies += "org.refcodes" % "refcodes-structure" % "2.0.5"
[org.refcodes/refcodes-structure "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.refcodes : refcodes-data | jar | 2.0.5 |
org.refcodes : refcodes-exception | jar | 2.0.5 |
org.refcodes : refcodes-mixin | jar | 2.0.5 |
org.refcodes : refcodes-matcher | jar | 2.0.5 |
org.refcodes : refcodes-licensing | jar | 2.0.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |