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