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-core |
| 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-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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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.