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