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