Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.emphased.malle |
ArtifactId | ArtifactIdmalle |
Version | Version0.1.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
malle-0.1.0-RC1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.emphased.malle/malle/ -->
<dependency>
<groupId>net.emphased.malle</groupId>
<artifactId>malle</artifactId>
<version>0.1.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.emphased.malle/malle/
implementation 'net.emphased.malle:malle:0.1.0-RC1'
// https://jarcasting.com/artifacts/net.emphased.malle/malle/
implementation ("net.emphased.malle:malle:0.1.0-RC1")
'net.emphased.malle:malle:pom:0.1.0-RC1'
<dependency org="net.emphased.malle" name="malle" rev="0.1.0-RC1">
<artifact name="malle" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.emphased.malle', module='malle', version='0.1.0-RC1')
)
libraryDependencies += "net.emphased.malle" % "malle" % "0.1.0-RC1"
[net.emphased.malle/malle "0.1.0-RC1"]