<dependency>
<groupId>love.forte.simbot.component</groupId>
<artifactId>simbot-component-telegram-type-macosarm64</artifactId>
<version>0.0.2</version>
<type>klib</type>
</dependency>
implementation 'love.forte.simbot.component:simbot-component-telegram-type-macosarm64:0.0.2'
implementation("love.forte.simbot.component:simbot-component-telegram-type-macosarm64:0.0.2")
libraryDependencies += "love.forte.simbot.component" % "simbot-component-telegram-type-macosarm64" % "0.0.2"
@Grapes(
@Grab(group='love.forte.simbot.component', module='simbot-component-telegram-type-macosarm64', version='0.0.2')
)
<dependency org="love.forte.simbot.component" name="simbot-component-telegram-type-macosarm64" rev="0.0.2" />