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