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