IOmod Dependencies
Defining a dependency on an IO Module
Last updated
Was this helpful?
Defining a dependency on an IO Module
Last updated
Was this helpful?
IO Modules (IOmods) are defined in the iomod.dependencies
table within the service manifest.
IOmods are defined by coordinates in the format organization.namespace.name
and a . Occasionally these will be seen written together in the format org.namespace.name@major.minor.patch
.
By default IOmods will be fetched from the public at registry.assemblylift.akkoro.io. IOmod binaries can also be loaded from a local path, however this is intended for IOmod development.
Further details on IO Modules can be found in its .