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