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