GroupId | GroupIdit.cnr.si.cool |
---|---|
ArtifactId | ArtifactIdcool-common-web |
Version | Version3.2.27 |
Type | Typejar |
Filename | Size |
---|---|
cool-common-web-3.2.27.pom | |
cool-common-web-3.2.27.jar | 2 MB |
cool-common-web-3.2.27-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>3.2.27</version>
</dependency>
// https://jarcasting.com/artifacts/it.cnr.si.cool/cool-common-web/
implementation 'it.cnr.si.cool:cool-common-web:3.2.27'
// https://jarcasting.com/artifacts/it.cnr.si.cool/cool-common-web/
implementation ("it.cnr.si.cool:cool-common-web:3.2.27")
'it.cnr.si.cool:cool-common-web:jar:3.2.27'
<dependency org="it.cnr.si.cool" name="cool-common-web" rev="3.2.27">
<artifact name="cool-common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.cnr.si.cool', module='cool-common-web', version='3.2.27')
)
libraryDependencies += "it.cnr.si.cool" % "cool-common-web" % "3.2.27"
[it.cnr.si.cool/cool-common-web "3.2.27"]