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