| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.marvinformatics.formatter |
| ArtifactId | ArtifactIdsupport |
| Version | Version1.6.0.RC3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| support-1.6.0.RC3.pom | |
| support-1.6.0.RC3.jar | 7 KB |
| support-1.6.0.RC3-sources.jar | 4 KB |
| support-1.6.0.RC3-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marvinformatics.formatter/support/ -->
<dependency>
<groupId>com.marvinformatics.formatter</groupId>
<artifactId>support</artifactId>
<version>1.6.0.RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics.formatter/support/
implementation 'com.marvinformatics.formatter:support:1.6.0.RC3'
// https://jarcasting.com/artifacts/com.marvinformatics.formatter/support/
implementation ("com.marvinformatics.formatter:support:1.6.0.RC3")
'com.marvinformatics.formatter:support:jar:1.6.0.RC3'
<dependency org="com.marvinformatics.formatter" name="support" rev="1.6.0.RC3">
<artifact name="support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics.formatter', module='support', version='1.6.0.RC3')
)
libraryDependencies += "com.marvinformatics.formatter" % "support" % "1.6.0.RC3"
[com.marvinformatics.formatter/support "1.6.0.RC3"]