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