GroupId | GroupIdpl.fhframework.example |
---|---|
ArtifactId | ArtifactIdexample |
Version | Version4.9.25 |
Type | Typejar |
Filename | Size |
---|---|
example-4.9.25.pom | |
example-4.9.25.jar | 11 KB |
example-4.9.25-sources.jar | 6 KB |
example-4.9.25-javadoc.jar | 29 KB |
Browse |
<!-- 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"]