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