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