<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:ea="http://www.easyant.org" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:ej="https://developer.microej.com" ej:version="2.0.0">
	<info organisation="ej.library.eclasspath" module="biginteger" revision="1.2.3" status="release" publication="20260330093122">
		<description/>
		<ea:build organisation="com.is2t.easyant.buildtypes" module="build-microej-javalib" revision="4.+"/>
	</info>
	<configurations>
		<conf name="default" visibility="public" description="Runtime dependencies to other artifacts"/>
		<conf name="provided" visibility="public" description="Compile-time dependencies to APIs provided by the platform"/>
		<conf name="documentation" visibility="public" description="Documentation related to the artifact (javadoc, PDF)"/>
		<conf name="source" visibility="public" description="Source code"/>
		<conf name="dist" visibility="public" description="Contains extra files like README.md, licenses"/>
		<conf name="test" visibility="private" description="Dependencies for test execution. It is not required for normal use of the application, and is only available for the test compilation and execution phases."/>
		<conf name="dist" visibility="public"/>
	</configurations>
	<publications>
		<artifact name="biginteger" type="javadoc" ext="jar" conf="documentation" m:classifier="javadoc"/>
		<artifact name="biginteger" type="jar" ext="jar" conf="default"/>
		<artifact name="ASSEMBLY_EXCEPTION" type="text" ext="txt" conf="dist"/>
		<artifact name="biginteger-build-meta" type="xml" ext="xml" conf="test"/>
		<artifact name="ivy-fixed" type="xml" ext="xml" conf="test"/>
		<artifact name="README" type="markdown" ext="md" conf="dist"/>
		<artifact name="LICENSE" type="text" ext="txt" conf="dist"/>
		<artifact name="CHANGELOG" type="markdown" ext="md" conf="dist"/>
	</publications>
	<dependencies>
		<dependency org="ej.library.eclasspath" name="math" rev="1.3.0" conf="default->default;provided->provided"/>
	</dependencies>
</ivy-module>
