GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-struct |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-struct-2.1.4.pom | |
refcodes-struct-2.1.4.jar | 154 KB |
refcodes-struct-2.1.4-tests.jar | 48 KB |
refcodes-struct-2.1.4-test-sources.jar | 30 KB |
refcodes-struct-2.1.4-sources.jar | 117 KB |
refcodes-struct-2.1.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-struct</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation 'org.refcodes:refcodes-struct:2.1.4'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation ("org.refcodes:refcodes-struct:2.1.4")
'org.refcodes:refcodes-struct:jar:2.1.4'
<dependency org="org.refcodes" name="refcodes-struct" rev="2.1.4">
<artifact name="refcodes-struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-struct', version='2.1.4')
)
libraryDependencies += "org.refcodes" % "refcodes-struct" % "2.1.4"
[org.refcodes/refcodes-struct "2.1.4"]