GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdflight |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
flight-1.0.9.pom | |
flight-1.0.9.jar | 14 KB |
flight-1.0.9-sources.jar | 3 KB |
flight-1.0.9-javadoc.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/flight/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>flight</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/flight/
implementation 'org.webjars:flight:1.0.9'
// https://jarcasting.com/artifacts/org.webjars/flight/
implementation ("org.webjars:flight:1.0.9")
'org.webjars:flight:jar:1.0.9'
<dependency org="org.webjars" name="flight" rev="1.0.9">
<artifact name="flight" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='flight', version='1.0.9')
)
libraryDependencies += "org.webjars" % "flight" % "1.0.9"
[org.webjars/flight "1.0.9"]