не последняя версия
Последняя версия 1.7.2-RELEASE

com.daioware.language:compiler 1.1.0-RELEASE

Compiler's generic utilities

Группа

Группа

com.daioware.language
Идентификатор

Идентификатор

compiler
Версия

Версия

1.1.0-RELEASE
Тип

Тип

jar

Скачать compiler 1.1.0-RELEASE


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