is not current version
Last Version 0.1.0

net.emphased.malle.example:examples 0.1.0-RC1

Examples of Malle usage

Categories

Categories

Net
GroupId

GroupId

net.emphased.malle.example
ArtifactId

ArtifactId

examples
Version

Version

0.1.0-RC1
Type

Type

pom

Download examples 0.1.0-RC1

Filename Size
examples-0.1.0-RC1.pom 805 bytes
Browse

<!-- https://jarcasting.com/artifacts/net.emphased.malle.example/examples/ -->
<dependency>
    <groupId>net.emphased.malle.example</groupId>
    <artifactId>examples</artifactId>
    <version>0.1.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.emphased.malle.example/examples/
implementation 'net.emphased.malle.example:examples:0.1.0-RC1'
// https://jarcasting.com/artifacts/net.emphased.malle.example/examples/
implementation ("net.emphased.malle.example:examples:0.1.0-RC1")
'net.emphased.malle.example:examples:pom:0.1.0-RC1'
<dependency org="net.emphased.malle.example" name="examples" rev="0.1.0-RC1">
  <artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.emphased.malle.example', module='examples', version='0.1.0-RC1')
)
libraryDependencies += "net.emphased.malle.example" % "examples" % "0.1.0-RC1"
[net.emphased.malle.example/examples "0.1.0-RC1"]