invar
Invar is a lightweight transpiler that can translate source files to many different programming language source code and you can interchange custom data format between them.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.struqt |
| Идентификатор | Идентификаторinvar-core |
| Последняя версия | Последняя версия1.0.13 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеInvar is a lightweight transpiler that can translate source files to many
different programming language source code and you can interchange custom
data format between them.
|
| Организация-разработчик |
Организация-разработчикThe Struqt Project |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| invar-core-1.0.13.pom | |
| invar-core-1.0.13.jar | 161 KB |
| invar-core-1.0.13-sources.jar | 109 KB |
| invar-core-1.0.13-javadoc.jar | 135 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.struqt/invar-core/ -->
<dependency>
<groupId>com.struqt</groupId>
<artifactId>invar-core</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.struqt/invar-core/
implementation 'com.struqt:invar-core:1.0.13'
// https://jarcasting.com/artifacts/com.struqt/invar-core/
implementation ("com.struqt:invar-core:1.0.13")
'com.struqt:invar-core:jar:1.0.13'
<dependency org="com.struqt" name="invar-core" rev="1.0.13">
<artifact name="invar-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.struqt', module='invar-core', version='1.0.13')
)
libraryDependencies += "com.struqt" % "invar-core" % "1.0.13"
[com.struqt/invar-core "1.0.13"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.struqt : invar-lib | jar | 1.0.13 |
| junit : junit | jar | 4.12 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.7.8 |
Invar is a lightweight transpiler that can translate source files to many different programming language source code and you can interchange custom data format between them.