GroupId | GroupIdio.github.xiaoyvyv |
---|---|
ArtifactId | ArtifactIdcompiler |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
compiler-1.0.0.pom | |
compiler-1.0.0-sources.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xiaoyvyv/compiler/ -->
<dependency>
<groupId>io.github.xiaoyvyv</groupId>
<artifactId>compiler</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xiaoyvyv/compiler/
implementation 'io.github.xiaoyvyv:compiler:1.0.0'
// https://jarcasting.com/artifacts/io.github.xiaoyvyv/compiler/
implementation ("io.github.xiaoyvyv:compiler:1.0.0")
'io.github.xiaoyvyv:compiler:pom:1.0.0'
<dependency org="io.github.xiaoyvyv" name="compiler" rev="1.0.0">
<artifact name="compiler" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.xiaoyvyv', module='compiler', version='1.0.0')
)
libraryDependencies += "io.github.xiaoyvyv" % "compiler" % "1.0.0"
[io.github.xiaoyvyv/compiler "1.0.0"]