GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-buildtools |
Version | Version3.0.1 |
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.1.pom | |
atmosphere-buildtools-3.0.1.jar | 2 KB |
atmosphere-buildtools-3.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-buildtools/
implementation 'org.atmosphere:atmosphere-buildtools:3.0.1'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-buildtools/
implementation ("org.atmosphere:atmosphere-buildtools:3.0.1")
'org.atmosphere:atmosphere-buildtools:jar:3.0.1'
<dependency org="org.atmosphere" name="atmosphere-buildtools" rev="3.0.1">
<artifact name="atmosphere-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-buildtools', version='3.0.1')
)
libraryDependencies += "org.atmosphere" % "atmosphere-buildtools" % "3.0.1"
[org.atmosphere/atmosphere-buildtools "3.0.1"]