GroupId | GroupIdse.vgregion.medcontrol |
---|---|
ArtifactId | ArtifactIdmedcontrol-system |
Version | Version1.7 |
Type | Typepom |
Filename | Size |
---|---|
medcontrol-system-1.7.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.vgregion.medcontrol/medcontrol-system/ -->
<dependency>
<groupId>se.vgregion.medcontrol</groupId>
<artifactId>medcontrol-system</artifactId>
<version>1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.vgregion.medcontrol/medcontrol-system/
implementation 'se.vgregion.medcontrol:medcontrol-system:1.7'
// https://jarcasting.com/artifacts/se.vgregion.medcontrol/medcontrol-system/
implementation ("se.vgregion.medcontrol:medcontrol-system:1.7")
'se.vgregion.medcontrol:medcontrol-system:pom:1.7'
<dependency org="se.vgregion.medcontrol" name="medcontrol-system" rev="1.7">
<artifact name="medcontrol-system" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.vgregion.medcontrol', module='medcontrol-system', version='1.7')
)
libraryDependencies += "se.vgregion.medcontrol" % "medcontrol-system" % "1.7"
[se.vgregion.medcontrol/medcontrol-system "1.7"]