Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.ajalt.mordant |
ArtifactId | ArtifactIdmordant |
Version | Version2.0.0-alpha1 |
Type | Typepom |
Filename | Size |
---|---|
mordant-2.0.0-alpha1.pom | |
mordant-2.0.0-alpha1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ajalt.mordant/mordant/ -->
<dependency>
<groupId>com.github.ajalt.mordant</groupId>
<artifactId>mordant</artifactId>
<version>2.0.0-alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt.mordant/mordant/
implementation 'com.github.ajalt.mordant:mordant:2.0.0-alpha1'
// https://jarcasting.com/artifacts/com.github.ajalt.mordant/mordant/
implementation ("com.github.ajalt.mordant:mordant:2.0.0-alpha1")
'com.github.ajalt.mordant:mordant:pom:2.0.0-alpha1'
<dependency org="com.github.ajalt.mordant" name="mordant" rev="2.0.0-alpha1">
<artifact name="mordant" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt.mordant', module='mordant', version='2.0.0-alpha1')
)
libraryDependencies += "com.github.ajalt.mordant" % "mordant" % "2.0.0-alpha1"
[com.github.ajalt.mordant/mordant "2.0.0-alpha1"]