GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIddurandal |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
durandal-2.1.0.pom | |
durandal-2.1.0.jar | 168 KB |
durandal-2.1.0-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/durandal/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>durandal</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/durandal/
implementation 'org.webjars:durandal:2.1.0'
// https://jarcasting.com/artifacts/org.webjars/durandal/
implementation ("org.webjars:durandal:2.1.0")
'org.webjars:durandal:jar:2.1.0'
<dependency org="org.webjars" name="durandal" rev="2.1.0">
<artifact name="durandal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='durandal', version='2.1.0')
)
libraryDependencies += "org.webjars" % "durandal" % "2.1.0"
[org.webjars/durandal "2.1.0"]