| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.bsf |
| ArtifactId | ArtifactIdbsf-api |
| Last Version | Last Version3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache BSF API
BSF API Implementation
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| bsf-api-3.1.pom | |
| bsf-api-3.1.jar | 18 KB |
| bsf-api-3.1-sources.jar | 26 KB |
| bsf-api-3.1-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bsf/bsf-api/ -->
<dependency>
<groupId>org.apache.bsf</groupId>
<artifactId>bsf-api</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bsf/bsf-api/
implementation 'org.apache.bsf:bsf-api:3.1'
// https://jarcasting.com/artifacts/org.apache.bsf/bsf-api/
implementation ("org.apache.bsf:bsf-api:3.1")
'org.apache.bsf:bsf-api:jar:3.1'
<dependency org="org.apache.bsf" name="bsf-api" rev="3.1">
<artifact name="bsf-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bsf', module='bsf-api', version='3.1')
)
libraryDependencies += "org.apache.bsf" % "bsf-api" % "3.1"
[org.apache.bsf/bsf-api "3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |