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