is not current version
Last Version 1.7.2-RELEASE

com.daioware.language:compiler 1.7.1-RELEASE

Compiler's generic utilities

GroupId

GroupId

com.daioware.language
ArtifactId

ArtifactId

compiler
Version

Version

1.7.1-RELEASE
Type

Type

jar

Download compiler 1.7.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.daioware.language/compiler/ -->
<dependency>
    <groupId>com.daioware.language</groupId>
    <artifactId>compiler</artifactId>
    <version>1.7.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.language/compiler/
implementation 'com.daioware.language:compiler:1.7.1-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.language/compiler/
implementation ("com.daioware.language:compiler:1.7.1-RELEASE")
'com.daioware.language:compiler:jar:1.7.1-RELEASE'
<dependency org="com.daioware.language" name="compiler" rev="1.7.1-RELEASE">
  <artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.language', module='compiler', version='1.7.1-RELEASE')
)
libraryDependencies += "com.daioware.language" % "compiler" % "1.7.1-RELEASE"
[com.daioware.language/compiler "1.7.1-RELEASE"]