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