Maven Central: org.jaxsb:runtime:2.1.5
runtime
2.1.5
pkg:maven/org.jaxsb/runtime@2.1.5
Used in: 11 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.5</version>
</dependency>
Maven POM File
Copy to clipboard
<!--
Copyright (c) 2006 JAX-SB
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
You should have received a copy of The MIT License (MIT) along with this
program. If not, see <http://opensource.org/licenses/MIT/>.
-->
<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.5</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.4</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>datatype</artifactId>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>dom</artifactId>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.jaxsb</groupId>
<artifactId>compiler</artifactId>
<version>${project.version}</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
External Resources
Known Contributors
Seva Safris
Sonatype Guide See vulnerability info View