Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.marvinformatics.formatter |
ArtifactId | ArtifactIdformatters |
Version | Version1.9.0 |
Type | Typepom |
Filename | Size |
---|---|
formatters-1.9.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvinformatics.formatter/formatters/ -->
<dependency>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>formatters</artifactId>
<version>1.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics.formatter/formatters/
implementation 'com.marvinformatics.formatter:formatters:1.9.0'
// https://jarcasting.com/artifacts/com.marvinformatics.formatter/formatters/
implementation ("com.marvinformatics.formatter:formatters:1.9.0")
'com.marvinformatics.formatter:formatters:pom:1.9.0'
<dependency org="com.marvinformatics.formatter" name="formatters" rev="1.9.0">
<artifact name="formatters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics.formatter', module='formatters', version='1.9.0')
)
libraryDependencies += "com.marvinformatics.formatter" % "formatters" % "1.9.0"
[com.marvinformatics.formatter/formatters "1.9.0"]