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