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