GroupId | GroupIdit.cnr.si.cool |
---|---|
ArtifactId | ArtifactIdcool-common-web |
Version | Version4.0.13 |
Type | Typejar |
Filename | Size |
---|---|
cool-common-web-4.0.13.pom | |
cool-common-web-4.0.13.jar | 2 MB |
cool-common-web-4.0.13-sources.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/it.cnr.si.cool/cool-common-web/ -->
<dependency>
<groupId>it.cnr.si.cool</groupId>
<artifactId>cool-common-web</artifactId>
<version>4.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/it.cnr.si.cool/cool-common-web/
implementation 'it.cnr.si.cool:cool-common-web:4.0.13'
// https://jarcasting.com/artifacts/it.cnr.si.cool/cool-common-web/
implementation ("it.cnr.si.cool:cool-common-web:4.0.13")
'it.cnr.si.cool:cool-common-web:jar:4.0.13'
<dependency org="it.cnr.si.cool" name="cool-common-web" rev="4.0.13">
<artifact name="cool-common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.cnr.si.cool', module='cool-common-web', version='4.0.13')
)
libraryDependencies += "it.cnr.si.cool" % "cool-common-web" % "4.0.13"
[it.cnr.si.cool/cool-common-web "4.0.13"]