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