GroupId | GroupIdpt.ulisboa |
---|---|
ArtifactId | ArtifactIdewp-host-plugin-skeleton |
Version | Version0.12.1 |
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.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/pt.ulisboa/ewp-host-plugin-skeleton/
implementation 'pt.ulisboa:ewp-host-plugin-skeleton:0.12.1'
// https://jarcasting.com/artifacts/pt.ulisboa/ewp-host-plugin-skeleton/
implementation ("pt.ulisboa:ewp-host-plugin-skeleton:0.12.1")
'pt.ulisboa:ewp-host-plugin-skeleton:jar:0.12.1'
<dependency org="pt.ulisboa" name="ewp-host-plugin-skeleton" rev="0.12.1">
<artifact name="ewp-host-plugin-skeleton" type="jar" />
</dependency>
@Grapes(
@Grab(group='pt.ulisboa', module='ewp-host-plugin-skeleton', version='0.12.1')
)
libraryDependencies += "pt.ulisboa" % "ewp-host-plugin-skeleton" % "0.12.1"
[pt.ulisboa/ewp-host-plugin-skeleton "0.12.1"]