GroupId | GroupIdorg.mattressframework |
---|---|
ArtifactId | ArtifactIdmattress-parent |
Version | Version1.0.0-ALPHA2 |
Type | Typepom |
Filename | Size |
---|---|
mattress-parent-1.0.0-ALPHA2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mattressframework/mattress-parent/ -->
<dependency>
<groupId>org.mattressframework</groupId>
<artifactId>mattress-parent</artifactId>
<version>1.0.0-ALPHA2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mattressframework/mattress-parent/
implementation 'org.mattressframework:mattress-parent:1.0.0-ALPHA2'
// https://jarcasting.com/artifacts/org.mattressframework/mattress-parent/
implementation ("org.mattressframework:mattress-parent:1.0.0-ALPHA2")
'org.mattressframework:mattress-parent:pom:1.0.0-ALPHA2'
<dependency org="org.mattressframework" name="mattress-parent" rev="1.0.0-ALPHA2">
<artifact name="mattress-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mattressframework', module='mattress-parent', version='1.0.0-ALPHA2')
)
libraryDependencies += "org.mattressframework" % "mattress-parent" % "1.0.0-ALPHA2"
[org.mattressframework/mattress-parent "1.0.0-ALPHA2"]