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.
License |
License |
---|---|
GroupId | GroupIdcom.struqt |
ArtifactId | ArtifactIdinvar-lib |
Last Version | Last Version1.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionInvar 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 OrganizationThe Struqt Project |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
invar-lib-1.0.13.pom | |
invar-lib-1.0.13.jar | 44 KB |
invar-lib-1.0.13-sources.jar | 20 KB |
invar-lib-1.0.13-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.struqt/invar-lib/ -->
<dependency>
<groupId>com.struqt</groupId>
<artifactId>invar-lib</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.struqt/invar-lib/
implementation 'com.struqt:invar-lib:1.0.13'
// https://jarcasting.com/artifacts/com.struqt/invar-lib/
implementation ("com.struqt:invar-lib:1.0.13")
'com.struqt:invar-lib:jar:1.0.13'
<dependency org="com.struqt" name="invar-lib" rev="1.0.13">
<artifact name="invar-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.struqt', module='invar-lib', version='1.0.13')
)
libraryDependencies += "com.struqt" % "invar-lib" % "1.0.13"
[com.struqt/invar-lib "1.0.13"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core Optional | jar | 2.7.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
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.