Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdformater |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
formater-0.0.9.pom | |
formater-0.0.9.jar | 9 KB |
formater-0.0.9-tests.jar | 5 KB |
formater-0.0.9-sources.jar | 12 KB |
formater-0.0.9-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/formater/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>formater</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/formater/
implementation 'org.tinygroup:formater:0.0.9'
// https://jarcasting.com/artifacts/org.tinygroup/formater/
implementation ("org.tinygroup:formater:0.0.9")
'org.tinygroup:formater:jar:0.0.9'
<dependency org="org.tinygroup" name="formater" rev="0.0.9">
<artifact name="formater" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='formater', version='0.0.9')
)
libraryDependencies += "org.tinygroup" % "formater" % "0.0.9"
[org.tinygroup/formater "0.0.9"]