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