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