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