Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdorg.tinygroup.formater |
Version | Version1.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.formater/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.formater</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.formater/
implementation 'org.tinygroup:org.tinygroup.formater:1.2.3'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.formater/
implementation ("org.tinygroup:org.tinygroup.formater:1.2.3")
'org.tinygroup:org.tinygroup.formater:jar:1.2.3'
<dependency org="org.tinygroup" name="org.tinygroup.formater" rev="1.2.3">
<artifact name="org.tinygroup.formater" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.formater', version='1.2.3')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.formater" % "1.2.3"
[org.tinygroup/org.tinygroup.formater "1.2.3"]