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