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