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