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