Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdjavascript-project |
Version | Version2.3.6 |
Type | Typepom |
Filename | Size |
---|---|
javascript-project-2.3.6.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/javascript-project/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>javascript-project</artifactId>
<version>2.3.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/javascript-project/
implementation 'org.atmosphere:javascript-project:2.3.6'
// https://jarcasting.com/artifacts/org.atmosphere/javascript-project/
implementation ("org.atmosphere:javascript-project:2.3.6")
'org.atmosphere:javascript-project:pom:2.3.6'
<dependency org="org.atmosphere" name="javascript-project" rev="2.3.6">
<artifact name="javascript-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='javascript-project', version='2.3.6')
)
libraryDependencies += "org.atmosphere" % "javascript-project" % "2.3.6"
[org.atmosphere/javascript-project "2.3.6"]