GroupId | GroupIdcom.cldellow |
---|---|
ArtifactId | ArtifactIdmanu |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
manu-0.2.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cldellow/manu/ -->
<dependency>
<groupId>com.cldellow</groupId>
<artifactId>manu</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cldellow/manu/
implementation 'com.cldellow:manu:0.2.0'
// https://jarcasting.com/artifacts/com.cldellow/manu/
implementation ("com.cldellow:manu:0.2.0")
'com.cldellow:manu:pom:0.2.0'
<dependency org="com.cldellow" name="manu" rev="0.2.0">
<artifact name="manu" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cldellow', module='manu', version='0.2.0')
)
libraryDependencies += "com.cldellow" % "manu" % "0.2.0"
[com.cldellow/manu "0.2.0"]