Last Version

invar 1.0.13

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.

License

License

GroupId

GroupId

com.struqt
ArtifactId

ArtifactId

invar
Version

Version

1.0.13
Type

Type

pom
Description

Description

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.
Project Organization

Project Organization

The Struqt Project
Source Code Management

Source Code Management

https://github.com/struqt/invar/tree/1.0.13

Download invar 1.0.13

Filename Size
invar-1.0.13.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • invar-lib
  • invar-core
  • invar-standalone
  • invar-example