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