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