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