GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-buildtools |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
atmosphere-buildtools-2.4.2.pom | |
atmosphere-buildtools-2.4.2.jar | 2 KB |
atmosphere-buildtools-2.4.2-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-buildtools/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-buildtools</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-buildtools/
implementation 'org.atmosphere:atmosphere-buildtools:2.4.2'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-buildtools/
implementation ("org.atmosphere:atmosphere-buildtools:2.4.2")
'org.atmosphere:atmosphere-buildtools:jar:2.4.2'
<dependency org="org.atmosphere" name="atmosphere-buildtools" rev="2.4.2">
<artifact name="atmosphere-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-buildtools', version='2.4.2')
)
libraryDependencies += "org.atmosphere" % "atmosphere-buildtools" % "2.4.2"
[org.atmosphere/atmosphere-buildtools "2.4.2"]