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