License |
License |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-struct |
Last Version | Last Version3.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.refcodes:refcodes-struct
This artifact provides common data structures of general interest.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
refcodes-struct-3.0.4.pom | |
refcodes-struct-3.0.4.jar | 150 KB |
refcodes-struct-3.0.4-tests.jar | 45 KB |
refcodes-struct-3.0.4-test-sources.jar | 29 KB |
refcodes-struct-3.0.4-sources.jar | 115 KB |
refcodes-struct-3.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-struct</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation 'org.refcodes:refcodes-struct:3.0.4'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation ("org.refcodes:refcodes-struct:3.0.4")
'org.refcodes:refcodes-struct:jar:3.0.4'
<dependency org="org.refcodes" name="refcodes-struct" rev="3.0.4">
<artifact name="refcodes-struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-struct', version='3.0.4')
)
libraryDependencies += "org.refcodes" % "refcodes-struct" % "3.0.4"
[org.refcodes/refcodes-struct "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.refcodes : refcodes-data | jar | 3.0.4 |
org.refcodes : refcodes-exception | jar | 3.0.4 |
org.refcodes : refcodes-mixin | jar | 3.0.4 |
org.refcodes : refcodes-matcher | jar | 3.0.4 |
org.refcodes : refcodes-licensing | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |