is not current version
Last Version 4.10.0

pl.fhframework.example:example 4.9.25


GroupId

GroupId

pl.fhframework.example
ArtifactId

ArtifactId

example
Version

Version

4.9.25
Type

Type

jar

Download example 4.9.25


<!-- https://jarcasting.com/artifacts/pl.fhframework.example/example/ -->
<dependency>
    <groupId>pl.fhframework.example</groupId>
    <artifactId>example</artifactId>
    <version>4.9.25</version>
</dependency>
// https://jarcasting.com/artifacts/pl.fhframework.example/example/
implementation 'pl.fhframework.example:example:4.9.25'
// https://jarcasting.com/artifacts/pl.fhframework.example/example/
implementation ("pl.fhframework.example:example:4.9.25")
'pl.fhframework.example:example:jar:4.9.25'
<dependency org="pl.fhframework.example" name="example" rev="4.9.25">
  <artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.fhframework.example', module='example', version='4.9.25')
)
libraryDependencies += "pl.fhframework.example" % "example" % "4.9.25"
[pl.fhframework.example/example "4.9.25"]