# runtime

2.1.4

pkg:maven/org.jaxsb/runtime@2.1.4

Used in:12 components

## Overview

### Description

The JAX-SB Runtime, which provides the base abstractions and functionalities for binding classes created by the JAX-SB framework.

### Snippets

Apache MavenGradlesbtivygrapeleiningenbuildrbldScala CLIMill

Copy to clipboard

```
<dependency>
    <groupId>org.jaxsb</groupId>
    <artifactId>runtime</artifactId>
    <version>2.1.4</version>
</dependency>
```

### Maven POM File

Copy to clipboard

```
<project
  xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.jaxsb</groupId>
    <artifactId>jaxsb</artifactId>
    <version>2.1.4</version>
  </parent>
  <artifactId>runtime</artifactId>
  <name>JAX-SB Runtime</name>
  <description>
    The JAX-SB Runtime, which provides the base abstractions and functionalities for binding classes created by the JAX-SB framework.
  </description>
  <build>
    <plugins>
      <plugin>
        <groupId>org.openjax.xml</groupId>
        <artifactId>xml-maven-plugin</artifactId>
        <executions>
          <execution>
            <configuration>
              <excludes>
                <exclude>src/test/resources/empty.xml</exclude>
              </excludes>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.libj</groupId>
      <artifactId>lang</artifactId>
      <version>0.7.3</version>
    </dependency>
    <dependency>
      <groupId>org.openjax.xml</groupId>
      <artifactId>datatype</artifactId>
      <version>0.9.2</version>
    </dependency>
    <dependency>
      <groupId>org.openjax.xml</groupId>
      <artifactId>dom</artifactId>
      <version>0.9.2</version>
    </dependency>
    <dependency>
      <groupId>org.jaxsb</groupId>
      <artifactId>compiler</artifactId>
      <version>2.1.4</version>
    </dependency>
    <dependency>
      <groupId>org.opengis.cite.xerces</groupId>
      <artifactId>xercesImpl-xsd11</artifactId>
      <version>2.12-beta-r1667115</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
```

#### Metadata

Age:7 years ago

Licenses:

- The MIT License (MIT)

#### Organization

[org.jaxsb](https://central.sonatype.com/namespace/org.jaxsb)

#### External Resources

[Project URL](https://www.jaxsb.org/runtime/)

[Source Control](https://github.com/jaxsb/jaxsb/runtime)

#### Known Contributors

Seva Safris

Sonatype GuideSee vulnerability info [View](https://guide.sonatype.com/component/maven/org.jaxsb:runtime/2.1.4)
