Categories |
CategoriesNet |
---|---|
GroupId | GroupIdgr.grnet |
ArtifactId | ArtifactIdpithosj |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
pithosj-0.4.0.pom | |
pithosj-0.4.0.jar | 271 KB |
pithosj-0.4.0-sources.jar | 43 KB |
pithosj-0.4.0-javadoc.jar | 545 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gr.grnet/pithosj/ -->
<dependency>
<groupId>gr.grnet</groupId>
<artifactId>pithosj</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/gr.grnet/pithosj/
implementation 'gr.grnet:pithosj:0.4.0'
// https://jarcasting.com/artifacts/gr.grnet/pithosj/
implementation ("gr.grnet:pithosj:0.4.0")
'gr.grnet:pithosj:jar:0.4.0'
<dependency org="gr.grnet" name="pithosj" rev="0.4.0">
<artifact name="pithosj" type="jar" />
</dependency>
@Grapes(
@Grab(group='gr.grnet', module='pithosj', version='0.4.0')
)
libraryDependencies += "gr.grnet" % "pithosj" % "0.4.0"
[gr.grnet/pithosj "0.4.0"]