GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-struct |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-struct-2.1.3.pom | |
refcodes-struct-2.1.3.jar | 154 KB |
refcodes-struct-2.1.3-tests.jar | 48 KB |
refcodes-struct-2.1.3-test-sources.jar | 30 KB |
refcodes-struct-2.1.3-sources.jar | 117 KB |
refcodes-struct-2.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation 'org.refcodes:refcodes-struct:2.1.3'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation ("org.refcodes:refcodes-struct:2.1.3")
'org.refcodes:refcodes-struct:jar:2.1.3'
<dependency org="org.refcodes" name="refcodes-struct" rev="2.1.3">
<artifact name="refcodes-struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-struct', version='2.1.3')
)
libraryDependencies += "org.refcodes" % "refcodes-struct" % "2.1.3"
[org.refcodes/refcodes-struct "2.1.3"]