Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcz.cesnet.cloud |
ArtifactId | ArtifactIdjocci-core |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
jocci-core-0.1.4.pom | |
jocci-core-0.1.4.jar | 74 KB |
jocci-core-0.1.4-sources.jar | 47 KB |
jocci-core-0.1.4-javadoc.jar | 318 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.cesnet.cloud/jocci-core/ -->
<dependency>
<groupId>cz.cesnet.cloud</groupId>
<artifactId>jocci-core</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/cz.cesnet.cloud/jocci-core/
implementation 'cz.cesnet.cloud:jocci-core:0.1.4'
// https://jarcasting.com/artifacts/cz.cesnet.cloud/jocci-core/
implementation ("cz.cesnet.cloud:jocci-core:0.1.4")
'cz.cesnet.cloud:jocci-core:jar:0.1.4'
<dependency org="cz.cesnet.cloud" name="jocci-core" rev="0.1.4">
<artifact name="jocci-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.cesnet.cloud', module='jocci-core', version='0.1.4')
)
libraryDependencies += "cz.cesnet.cloud" % "jocci-core" % "0.1.4"
[cz.cesnet.cloud/jocci-core "0.1.4"]