GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdliftoff |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
liftoff-2.0.1.pom | |
liftoff-2.0.1.jar | 14 KB |
liftoff-2.0.1-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/liftoff/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>liftoff</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/liftoff/
implementation 'org.webjars.npm:liftoff:2.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/liftoff/
implementation ("org.webjars.npm:liftoff:2.0.1")
'org.webjars.npm:liftoff:jar:2.0.1'
<dependency org="org.webjars.npm" name="liftoff" rev="2.0.1">
<artifact name="liftoff" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='liftoff', version='2.0.1')
)
libraryDependencies += "org.webjars.npm" % "liftoff" % "2.0.1"
[org.webjars.npm/liftoff "2.0.1"]