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