GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-buildtools |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionatmosphere-buildtools
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
atmosphere-buildtools-3.0.2.pom | |
atmosphere-buildtools-3.0.2.jar | 2 KB |
atmosphere-buildtools-3.0.2-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-buildtools/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-buildtools</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-buildtools/
implementation 'org.atmosphere:atmosphere-buildtools:3.0.2'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-buildtools/
implementation ("org.atmosphere:atmosphere-buildtools:3.0.2")
'org.atmosphere:atmosphere-buildtools:jar:3.0.2'
<dependency org="org.atmosphere" name="atmosphere-buildtools" rev="3.0.2">
<artifact name="atmosphere-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-buildtools', version='3.0.2')
)
libraryDependencies += "org.atmosphere" % "atmosphere-buildtools" % "3.0.2"
[org.atmosphere/atmosphere-buildtools "3.0.2"]