| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdpure |
| Last Version | Last Version2.83 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPure
WebJar for Pure
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pure-2.83.pom | |
| pure-2.83.jar | 66 KB |
| pure-2.83-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/pure/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>pure</artifactId>
<version>2.83</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/pure/
implementation 'org.webjars:pure:2.83'
// https://jarcasting.com/artifacts/org.webjars/pure/
implementation ("org.webjars:pure:2.83")
'org.webjars:pure:jar:2.83'
<dependency org="org.webjars" name="pure" rev="2.83">
<artifact name="pure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='pure', version='2.83')
)
libraryDependencies += "org.webjars" % "pure" % "2.83"
[org.webjars/pure "2.83"]