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