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