| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.apidesign.bck2brwsr |
| ArtifactId | ArtifactIdemul |
| Version | Version0.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| emul-0.12.pom | |
| emul-0.12.jar | 922 KB |
| emul-0.12-sources.jar | 1 MB |
| emul-0.12-rt.jar | 1 MB |
| emul-0.12-javadoc.jar | 2 MB |
| emul-0.12-bck2brwsr.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/emul/ -->
<dependency>
<groupId>org.apidesign.bck2brwsr</groupId>
<artifactId>emul</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/emul/
implementation 'org.apidesign.bck2brwsr:emul:0.12'
// https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/emul/
implementation ("org.apidesign.bck2brwsr:emul:0.12")
'org.apidesign.bck2brwsr:emul:jar:0.12'
<dependency org="org.apidesign.bck2brwsr" name="emul" rev="0.12">
<artifact name="emul" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.bck2brwsr', module='emul', version='0.12')
)
libraryDependencies += "org.apidesign.bck2brwsr" % "emul" % "0.12"
[org.apidesign.bck2brwsr/emul "0.12"]