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