GroupId | GroupIdio.github.mkoncek |
---|---|
ArtifactId | ArtifactIdclasspathless-compiler-parent |
Version | Version2.0 |
Type | Typepom |
Filename | Size |
---|---|
classpathless-compiler-parent-2.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mkoncek/classpathless-compiler-parent/ -->
<dependency>
<groupId>io.github.mkoncek</groupId>
<artifactId>classpathless-compiler-parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mkoncek/classpathless-compiler-parent/
implementation 'io.github.mkoncek:classpathless-compiler-parent:2.0'
// https://jarcasting.com/artifacts/io.github.mkoncek/classpathless-compiler-parent/
implementation ("io.github.mkoncek:classpathless-compiler-parent:2.0")
'io.github.mkoncek:classpathless-compiler-parent:pom:2.0'
<dependency org="io.github.mkoncek" name="classpathless-compiler-parent" rev="2.0">
<artifact name="classpathless-compiler-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mkoncek', module='classpathless-compiler-parent', version='2.0')
)
libraryDependencies += "io.github.mkoncek" % "classpathless-compiler-parent" % "2.0"
[io.github.mkoncek/classpathless-compiler-parent "2.0"]