GroupId | GroupIdpl.edu.icm.pcj |
---|---|
ArtifactId | ArtifactIdpcj |
Version | Version5.0.7 |
Type | Typejar |
Filename | Size |
---|---|
pcj-5.0.7.pom | |
pcj-5.0.7.jar | 179 KB |
pcj-5.0.7-sources.jar | 90 KB |
pcj-5.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/pl.edu.icm.pcj/pcj/
implementation 'pl.edu.icm.pcj:pcj:5.0.7'
// https://jarcasting.com/artifacts/pl.edu.icm.pcj/pcj/
implementation ("pl.edu.icm.pcj:pcj:5.0.7")
'pl.edu.icm.pcj:pcj:jar:5.0.7'
<dependency org="pl.edu.icm.pcj" name="pcj" rev="5.0.7">
<artifact name="pcj" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.edu.icm.pcj', module='pcj', version='5.0.7')
)
libraryDependencies += "pl.edu.icm.pcj" % "pcj" % "5.0.7"
[pl.edu.icm.pcj/pcj "5.0.7"]