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