GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-structure |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-structure-1.2.6.pom | |
refcodes-structure-1.2.6.jar | 76 KB |
refcodes-structure-1.2.6-tests.jar | 15 KB |
refcodes-structure-1.2.6-sources.jar | 61 KB |
refcodes-structure-1.2.6-javadoc.jar | 840 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-structure/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-structure</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-structure/
implementation 'org.refcodes:refcodes-structure:1.2.6'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-structure/
implementation ("org.refcodes:refcodes-structure:1.2.6")
'org.refcodes:refcodes-structure:jar:1.2.6'
<dependency org="org.refcodes" name="refcodes-structure" rev="1.2.6">
<artifact name="refcodes-structure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-structure', version='1.2.6')
)
libraryDependencies += "org.refcodes" % "refcodes-structure" % "1.2.6"
[org.refcodes/refcodes-structure "1.2.6"]