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