Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.emphased.malle.example |
ArtifactId | ArtifactIdexamples |
Version | Version0.1.0-RC1 |
Type | Typepom |
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"]