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