| GroupId | GroupIdse.vgregion.tyck-till |
|---|---|
| ArtifactId | ArtifactIdtyck-till-test-portlet |
| Version | Version1.7 |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/se.vgregion.tyck-till/tyck-till-test-portlet/ -->
<dependency>
<groupId>se.vgregion.tyck-till</groupId>
<artifactId>tyck-till-test-portlet</artifactId>
<version>1.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/se.vgregion.tyck-till/tyck-till-test-portlet/
implementation 'se.vgregion.tyck-till:tyck-till-test-portlet:1.7'
// https://jarcasting.com/artifacts/se.vgregion.tyck-till/tyck-till-test-portlet/
implementation ("se.vgregion.tyck-till:tyck-till-test-portlet:1.7")
'se.vgregion.tyck-till:tyck-till-test-portlet:war:1.7'
<dependency org="se.vgregion.tyck-till" name="tyck-till-test-portlet" rev="1.7">
<artifact name="tyck-till-test-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='se.vgregion.tyck-till', module='tyck-till-test-portlet', version='1.7')
)
libraryDependencies += "se.vgregion.tyck-till" % "tyck-till-test-portlet" % "1.7"
[se.vgregion.tyck-till/tyck-till-test-portlet "1.7"]