GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-struct |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-struct-3.0.1.pom | |
refcodes-struct-3.0.1.jar | 199 KB |
refcodes-struct-3.0.1-tests.jar | 63 KB |
refcodes-struct-3.0.1-test-sources.jar | 32 KB |
refcodes-struct-3.0.1-sources.jar | 121 KB |
refcodes-struct-3.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation 'org.refcodes:refcodes-struct:3.0.1'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-struct/
implementation ("org.refcodes:refcodes-struct:3.0.1")
'org.refcodes:refcodes-struct:jar:3.0.1'
<dependency org="org.refcodes" name="refcodes-struct" rev="3.0.1">
<artifact name="refcodes-struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-struct', version='3.0.1')
)
libraryDependencies += "org.refcodes" % "refcodes-struct" % "3.0.1"
[org.refcodes/refcodes-struct "3.0.1"]