GroupId | GroupIdorg.pustefixframework |
---|---|
ArtifactId | ArtifactIdpustefix-sample1 |
Version | Version0.18.43 |
Type | Typewar |
Filename | Size |
---|---|
pustefix-sample1-0.18.43.pom | |
pustefix-sample1-0.18.43.war | 11 MB |
pustefix-sample1-0.18.43-sources.jar | 77 KB |
pustefix-sample1-0.18.43-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework/pustefix-sample1/ -->
<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-sample1</artifactId>
<version>0.18.43</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-sample1/
implementation 'org.pustefixframework:pustefix-sample1:0.18.43'
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-sample1/
implementation ("org.pustefixframework:pustefix-sample1:0.18.43")
'org.pustefixframework:pustefix-sample1:war:0.18.43'
<dependency org="org.pustefixframework" name="pustefix-sample1" rev="0.18.43">
<artifact name="pustefix-sample1" type="war" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-sample1', version='0.18.43')
)
libraryDependencies += "org.pustefixframework" % "pustefix-sample1" % "0.18.43"
[org.pustefixframework/pustefix-sample1 "0.18.43"]