GroupId | GroupIdorg.pustefixframework |
---|---|
ArtifactId | ArtifactIdpustefix-core |
Version | Version0.18.27 |
Type | Typejar |
Filename | Size |
---|---|
pustefix-core-0.18.27.pom | |
pustefix-core-0.18.27.jar | 1 MB |
pustefix-core-0.18.27-sources.jar | 1006 KB |
pustefix-core-0.18.27-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework/pustefix-core/ -->
<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-core</artifactId>
<version>0.18.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-core/
implementation 'org.pustefixframework:pustefix-core:0.18.27'
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-core/
implementation ("org.pustefixframework:pustefix-core:0.18.27")
'org.pustefixframework:pustefix-core:jar:0.18.27'
<dependency org="org.pustefixframework" name="pustefix-core" rev="0.18.27">
<artifact name="pustefix-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-core', version='0.18.27')
)
libraryDependencies += "org.pustefixframework" % "pustefix-core" % "0.18.27"
[org.pustefixframework/pustefix-core "0.18.27"]