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