o

oscar

Mapping Framework
http://webjars.org
Apache
Files download
File Operation
oscar-15.0.2-RC1.jar download
oscar-15.0.2-RC1.pom download
Apache Maven
<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>oscar</artifactId>
  <version>15.0.2-RC1</version>
</dependency>
Gradle Groovy
implementation 'org.webjars:oscar:15.0.2-RC1'
Gradle Kotlin
implementation("org.webjars:oscar:15.0.2-RC1")
Scala SBT
libraryDependencies += "org.webjars" % "oscar" % "15.0.2-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars', module='oscar', version='15.0.2-RC1')
)
Apache Ivy
<dependency org="org.webjars" name="oscar" rev="15.0.2-RC1" />
Leiningen
[org.webjars/oscar "15.0.2-RC1"]
Apache Buildr
'org.webjars:oscar:jar:15.0.2-RC1'