GroupId | GroupIdorg.pustefixframework |
---|---|
ArtifactId | ArtifactIdpustefix-sample-firstapp |
Version | Version0.15.20 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.pustefixframework/pustefix-sample-firstapp/ -->
<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-sample-firstapp</artifactId>
<version>0.15.20</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-sample-firstapp/
implementation 'org.pustefixframework:pustefix-sample-firstapp:0.15.20'
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-sample-firstapp/
implementation ("org.pustefixframework:pustefix-sample-firstapp:0.15.20")
'org.pustefixframework:pustefix-sample-firstapp:war:0.15.20'
<dependency org="org.pustefixframework" name="pustefix-sample-firstapp" rev="0.15.20">
<artifact name="pustefix-sample-firstapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-sample-firstapp', version='0.15.20')
)
libraryDependencies += "org.pustefixframework" % "pustefix-sample-firstapp" % "0.15.20"
[org.pustefixframework/pustefix-sample-firstapp "0.15.20"]