| GroupId | GroupIdorg.sejda |
|---|---|
| ArtifactId | ArtifactIdsejda-example |
| Version | Version1.0.0.BETA2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sejda/sejda-example/ -->
<dependency>
<groupId>org.sejda</groupId>
<artifactId>sejda-example</artifactId>
<version>1.0.0.BETA2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sejda/sejda-example/
implementation 'org.sejda:sejda-example:1.0.0.BETA2'
// https://jarcasting.com/artifacts/org.sejda/sejda-example/
implementation ("org.sejda:sejda-example:1.0.0.BETA2")
'org.sejda:sejda-example:jar:1.0.0.BETA2'
<dependency org="org.sejda" name="sejda-example" rev="1.0.0.BETA2">
<artifact name="sejda-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sejda', module='sejda-example', version='1.0.0.BETA2')
)
libraryDependencies += "org.sejda" % "sejda-example" % "1.0.0.BETA2"
[org.sejda/sejda-example "1.0.0.BETA2"]