GroupId | GroupIdcom.daioware.language |
---|---|
ArtifactId | ArtifactIdcompiler |
Version | Version1.3.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
compiler-1.3.0-RELEASE.pom | |
compiler-1.3.0-RELEASE.jar | 22 KB |
compiler-1.3.0-RELEASE-sources.jar | 11 KB |
compiler-1.3.0-RELEASE-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware.language/compiler/ -->
<dependency>
<groupId>com.daioware.language</groupId>
<artifactId>compiler</artifactId>
<version>1.3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.language/compiler/
implementation 'com.daioware.language:compiler:1.3.0-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.language/compiler/
implementation ("com.daioware.language:compiler:1.3.0-RELEASE")
'com.daioware.language:compiler:jar:1.3.0-RELEASE'
<dependency org="com.daioware.language" name="compiler" rev="1.3.0-RELEASE">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.language', module='compiler', version='1.3.0-RELEASE')
)
libraryDependencies += "com.daioware.language" % "compiler" % "1.3.0-RELEASE"
[com.daioware.language/compiler "1.3.0-RELEASE"]