GroupId | GroupIdpl.edu.icm.pcj |
---|---|
ArtifactId | ArtifactIdpcj |
Version | Version5.0.8 |
Type | Typejar |
Filename | Size |
---|---|
pcj-5.0.8.pom | |
pcj-5.0.8.jar | 179 KB |
pcj-5.0.8-sources.jar | 90 KB |
pcj-5.0.8-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.edu.icm.pcj/pcj/ -->
<dependency>
<groupId>pl.edu.icm.pcj</groupId>
<artifactId>pcj</artifactId>
<version>5.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/pl.edu.icm.pcj/pcj/
implementation 'pl.edu.icm.pcj:pcj:5.0.8'
// https://jarcasting.com/artifacts/pl.edu.icm.pcj/pcj/
implementation ("pl.edu.icm.pcj:pcj:5.0.8")
'pl.edu.icm.pcj:pcj:jar:5.0.8'
<dependency org="pl.edu.icm.pcj" name="pcj" rev="5.0.8">
<artifact name="pcj" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.edu.icm.pcj', module='pcj', version='5.0.8')
)
libraryDependencies += "pl.edu.icm.pcj" % "pcj" % "5.0.8"
[pl.edu.icm.pcj/pcj "5.0.8"]