<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:ea="http://www.easyant.org" xmlns:ej="https://developer.microej.com" ej:version="2.0.0">
	<info organisation="com.microej.pack.serial" module="serial-pack" revision="3.0.0" status="release" publication="20260306164023">
		<description/>
		<ea:build organisation="com.is2t.easyant.buildtypes" module="build-custom" revision="2.2.+" rip.printableName="Serial Pack">
			<ea:property name="main.confs" value="embedded"/>
		</ea:build>
	</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 such as 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="embedded" visibility="private"/>
	</configurations>
	<publications>
		<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"/>
		<artifact name="serial-pack" type="rip" ext="rip" conf="default,provided,documentation,source,dist,test,embedded"/>
		<artifact name="serial-pack-build-meta" type="xml" ext="xml" conf="test"/>
		<artifact name="ivy-fixed" type="xml" ext="xml" conf="test"/>
	</publications>
	<dependencies>
		<dependency org="com.microej.pack.serial" name="serial-impl" rev="3.0.0" conf="embedded->default"/>
		<dependency org="com.microej.pack.serial" name="serial-mock" rev="3.0.0" conf="embedded->default"/>
	</dependencies>
</ivy-module>
