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