GroupId | GroupIdmt.edu.um.cs.rv |
---|---|
ArtifactId | ArtifactIdrv-parent |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
rv-parent-1.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mt.edu.um.cs.rv/rv-parent/ -->
<dependency>
<groupId>mt.edu.um.cs.rv</groupId>
<artifactId>rv-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/mt.edu.um.cs.rv/rv-parent/
implementation 'mt.edu.um.cs.rv:rv-parent:1.0.1'
// https://jarcasting.com/artifacts/mt.edu.um.cs.rv/rv-parent/
implementation ("mt.edu.um.cs.rv:rv-parent:1.0.1")
'mt.edu.um.cs.rv:rv-parent:pom:1.0.1'
<dependency org="mt.edu.um.cs.rv" name="rv-parent" rev="1.0.1">
<artifact name="rv-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='mt.edu.um.cs.rv', module='rv-parent', version='1.0.1')
)
libraryDependencies += "mt.edu.um.cs.rv" % "rv-parent" % "1.0.1"
[mt.edu.um.cs.rv/rv-parent "1.0.1"]