| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnetwork.oxalis |
| ArtifactId | ArtifactIdoxalis-api |
| Version | Version5.2.0 |
| Type | Typejar |
| Description |
DescriptionOxalis :: Core :: API
Holds the stuff required by external components, which may be hooked into Oxalis.
Classes and resources in this module should be made available to oxalis-inbound
by placing it into a shared library in the web container.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| oxalis-api-5.2.0.pom | |
| oxalis-api-5.2.0.jar | 35 KB |
| oxalis-api-5.2.0-sources.jar | 46 KB |
| oxalis-api-5.2.0-javadoc.jar | 366 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/network.oxalis/oxalis-api/ -->
<dependency>
<groupId>network.oxalis</groupId>
<artifactId>oxalis-api</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/network.oxalis/oxalis-api/
implementation 'network.oxalis:oxalis-api:5.2.0'
// https://jarcasting.com/artifacts/network.oxalis/oxalis-api/
implementation ("network.oxalis:oxalis-api:5.2.0")
'network.oxalis:oxalis-api:jar:5.2.0'
<dependency org="network.oxalis" name="oxalis-api" rev="5.2.0">
<artifact name="oxalis-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='network.oxalis', module='oxalis-api', version='5.2.0')
)
libraryDependencies += "network.oxalis" % "oxalis-api" % "5.2.0"
[network.oxalis/oxalis-api "5.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.26 |
| network.oxalis.vefa : peppol-common | jar | 2.2.0 |
| io.opentracing : opentracing-api | jar | 0.33.0 |
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.12 |
| org.kohsuke.metainf-services : metainf-services | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.testng : testng | jar | 6.14.3 |