| License |
License |
|---|---|
| GroupId | GroupIdorg.openbp |
| ArtifactId | ArtifactIdopenbp-core |
| Last Version | Last Version0.9.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionopenbp-core
Functionality used by both OpenBP Server and OpenBP Cockpit
|
| Filename | Size |
|---|---|
| openbp-core-0.9.11.pom | |
| openbp-core-0.9.11.jar | 321 KB |
| openbp-core-0.9.11-sources.jar | 391 KB |
| openbp-core-0.9.11-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openbp/openbp-core/ -->
<dependency>
<groupId>org.openbp</groupId>
<artifactId>openbp-core</artifactId>
<version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-core/
implementation 'org.openbp:openbp-core:0.9.11'
// https://jarcasting.com/artifacts/org.openbp/openbp-core/
implementation ("org.openbp:openbp-core:0.9.11")
'org.openbp:openbp-core:jar:0.9.11'
<dependency org="org.openbp" name="openbp-core" rev="0.9.11">
<artifact name="openbp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-core', version='0.9.11')
)
libraryDependencies += "org.openbp" % "openbp-core" % "0.9.11"
[org.openbp/openbp-core "0.9.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openbp : openbp-common | jar | 0.9.11 |
| org.springframework : spring-core | jar | 3.0.4.RELEASE |
| org.springframework : spring-context | jar | 3.0.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |