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