License |
License |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-struct |
Version | Version2.2.1 |
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-2.2.1.pom | |
refcodes-struct-2.2.1.jar | 158 KB |
refcodes-struct-2.2.1-tests.jar | 49 KB |
refcodes-struct-2.2.1-test-sources.jar | 30 KB |
refcodes-struct-2.2.1-sources.jar | 119 KB |
refcodes-struct-2.2.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-struct</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation 'org.refcodes:refcodes-struct:2.2.1'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation ("org.refcodes:refcodes-struct:2.2.1")
'org.refcodes:refcodes-struct:jar:2.2.1'
<dependency org="org.refcodes" name="refcodes-struct" rev="2.2.1">
<artifact name="refcodes-struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-struct', version='2.2.1')
)
libraryDependencies += "org.refcodes" % "refcodes-struct" % "2.2.1"
[org.refcodes/refcodes-struct "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.refcodes : refcodes-data | jar | 2.2.1 |
org.refcodes : refcodes-exception | jar | 2.2.1 |
org.refcodes : refcodes-mixin | jar | 2.2.1 |
org.refcodes : refcodes-matcher | jar | 2.2.1 |
org.refcodes : refcodes-licensing | jar | 2.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |