oc-path

kotlin path library

Лицензия

Лицензия

ISC
Группа

Группа

com.github.oc-soft
Идентификатор

Идентификатор

oc-path
Последняя версия

Последняя версия

0.1.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

oc-path
kotlin path library
Ссылка на сайт

Ссылка на сайт

https://github.com/oc-soft/path-kt
Организация-разработчик

Организация-разработчик

oc-soft
Система контроля версий

Система контроля версий

https://github.com/oc-soft/path-kt

Скачать oc-path

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/ -->
<dependency>
    <groupId>com.github.oc-soft</groupId>
    <artifactId>oc-path</artifactId>
    <version>0.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/
implementation 'com.github.oc-soft:oc-path:0.1.3'
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/
implementation ("com.github.oc-soft:oc-path:0.1.3")
'com.github.oc-soft:oc-path:pom:0.1.3'
<dependency org="com.github.oc-soft" name="oc-path" rev="0.1.3">
  <artifact name="oc-path" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oc-soft', module='oc-path', version='0.1.3')
)
libraryDependencies += "com.github.oc-soft" % "oc-path" % "0.1.3"
[com.github.oc-soft/oc-path "0.1.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Path parser

This library is made for parsing svg path string. In 2020, almost major browsers could parse svg path string. In 2019, Microsoft edge which has Trident rendering engine, could not parse svg path string. Actually, I made this library for the Edge.

com.github.oc-soft

Версии библиотеки

Версия
0.1.3
0.1.2
0.1.1
0.1.0