License |
License |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-struct |
Version | Version3.0.2 |
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.2.pom | |
refcodes-struct-3.0.2.jar | 190 KB |
refcodes-struct-3.0.2-tests.jar | 63 KB |
refcodes-struct-3.0.2-test-sources.jar | 32 KB |
refcodes-struct-3.0.2-sources.jar | 121 KB |
refcodes-struct-3.0.2-javadoc.jar | 912 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-struct</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation 'org.refcodes:refcodes-struct:3.0.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation ("org.refcodes:refcodes-struct:3.0.2")
'org.refcodes:refcodes-struct:jar:3.0.2'
<dependency org="org.refcodes" name="refcodes-struct" rev="3.0.2">
<artifact name="refcodes-struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-struct', version='3.0.2')
)
libraryDependencies += "org.refcodes" % "refcodes-struct" % "3.0.2"
[org.refcodes/refcodes-struct "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.refcodes : refcodes-data | jar | 3.0.2 |
org.refcodes : refcodes-exception | jar | 3.0.2 |
org.refcodes : refcodes-mixin | jar | 3.0.2 |
org.refcodes : refcodes-matcher | jar | 3.0.2 |
org.refcodes : refcodes-licensing | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |