GroupId | GroupIdorg.pustefixframework |
---|---|
ArtifactId | ArtifactIdpustefix-tutorial |
Version | Version0.18.0 |
Type | Typepom |
Filename | Size |
---|---|
pustefix-tutorial-0.18.0.pom | 759 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework/pustefix-tutorial/ -->
<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-tutorial</artifactId>
<version>0.18.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-tutorial/
implementation 'org.pustefixframework:pustefix-tutorial:0.18.0'
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-tutorial/
implementation ("org.pustefixframework:pustefix-tutorial:0.18.0")
'org.pustefixframework:pustefix-tutorial:pom:0.18.0'
<dependency org="org.pustefixframework" name="pustefix-tutorial" rev="0.18.0">
<artifact name="pustefix-tutorial" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-tutorial', version='0.18.0')
)
libraryDependencies += "org.pustefixframework" % "pustefix-tutorial" % "0.18.0"
[org.pustefixframework/pustefix-tutorial "0.18.0"]