GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-structure-ext-factory |
Version | Version2.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-structure-ext-factory/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-structure-ext-factory</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-structure-ext-factory/
implementation 'org.refcodes:refcodes-structure-ext-factory:2.0.3'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-structure-ext-factory/
implementation ("org.refcodes:refcodes-structure-ext-factory:2.0.3")
'org.refcodes:refcodes-structure-ext-factory:jar:2.0.3'
<dependency org="org.refcodes" name="refcodes-structure-ext-factory" rev="2.0.3">
<artifact name="refcodes-structure-ext-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-structure-ext-factory', version='2.0.3')
)
libraryDependencies += "org.refcodes" % "refcodes-structure-ext-factory" % "2.0.3"
[org.refcodes/refcodes-structure-ext-factory "2.0.3"]