License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.apidesign.bck2brwsr |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.54 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBck2Brwsr Native Annotations
Contains esential annotations for associating JavaScript code with
methods and classes.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-0.54.pom | |
core-0.54.jar | 7 KB |
core-0.54-sources.jar | 7 KB |
core-0.54-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/core/ -->
<dependency>
<groupId>org.apidesign.bck2brwsr</groupId>
<artifactId>core</artifactId>
<version>0.54</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/core/
implementation 'org.apidesign.bck2brwsr:core:0.54'
// https://jarcasting.com/artifacts/org.apidesign.bck2brwsr/core/
implementation ("org.apidesign.bck2brwsr:core:0.54")
'org.apidesign.bck2brwsr:core:jar:0.54'
<dependency org="org.apidesign.bck2brwsr" name="core" rev="0.54">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.bck2brwsr', module='core', version='0.54')
)
libraryDependencies += "org.apidesign.bck2brwsr" % "core" % "0.54"
[org.apidesign.bck2brwsr/core "0.54"]
Group / Artifact | Type | Version |
---|---|---|
org.netbeans.api : org-openide-util-lookup | jar | RELEASE120-u1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |