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