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