GroupId | GroupIdpt.ulisboa |
---|---|
ArtifactId | ArtifactIdewp-host-plugin-skeleton |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pt.ulisboa/ewp-host-plugin-skeleton/ -->
<dependency>
<groupId>pt.ulisboa</groupId>
<artifactId>ewp-host-plugin-skeleton</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/pt.ulisboa/ewp-host-plugin-skeleton/
implementation 'pt.ulisboa:ewp-host-plugin-skeleton:0.9.0'
// https://jarcasting.com/artifacts/pt.ulisboa/ewp-host-plugin-skeleton/
implementation ("pt.ulisboa:ewp-host-plugin-skeleton:0.9.0")
'pt.ulisboa:ewp-host-plugin-skeleton:jar:0.9.0'
<dependency org="pt.ulisboa" name="ewp-host-plugin-skeleton" rev="0.9.0">
<artifact name="ewp-host-plugin-skeleton" type="jar" />
</dependency>
@Grapes(
@Grab(group='pt.ulisboa', module='ewp-host-plugin-skeleton', version='0.9.0')
)
libraryDependencies += "pt.ulisboa" % "ewp-host-plugin-skeleton" % "0.9.0"
[pt.ulisboa/ewp-host-plugin-skeleton "0.9.0"]