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