License |
License |
---|---|
GroupId | GroupIdcom.struqt |
ArtifactId | ArtifactIdinvar-example |
Version | Version1.0.13 |
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-example-1.0.13.pom | |
invar-example-1.0.13.jar | 131 KB |
invar-example-1.0.13-sources.jar | 70 KB |
invar-example-1.0.13-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.struqt/invar-example/ -->
<dependency>
<groupId>com.struqt</groupId>
<artifactId>invar-example</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.struqt/invar-example/
implementation 'com.struqt:invar-example:1.0.13'
// https://jarcasting.com/artifacts/com.struqt/invar-example/
implementation ("com.struqt:invar-example:1.0.13")
'com.struqt:invar-example:jar:1.0.13'
<dependency org="com.struqt" name="invar-example" rev="1.0.13">
<artifact name="invar-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.struqt', module='invar-example', version='1.0.13')
)
libraryDependencies += "com.struqt" % "invar-example" % "1.0.13"
[com.struqt/invar-example "1.0.13"]
Group / Artifact | Type | Version |
---|---|---|
com.struqt : invar-lib | jar | 1.0.13 |
Group / Artifact | Type | Version |
---|---|---|
com.struqt : invar-core | jar | 1.0.13 |
junit : junit | jar | 4.12 |