| GroupId | GroupIdcom.sdchang |
|---|---|
| ArtifactId | ArtifactIdleg |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| leg-0.0.1.pom | |
| leg-0.0.1.jar | 3 KB |
| leg-0.0.1-sources.jar | 2 KB |
| leg-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sdchang/leg/ -->
<dependency>
<groupId>com.sdchang</groupId>
<artifactId>leg</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdchang/leg/
implementation 'com.sdchang:leg:0.0.1'
// https://jarcasting.com/artifacts/com.sdchang/leg/
implementation ("com.sdchang:leg:0.0.1")
'com.sdchang:leg:jar:0.0.1'
<dependency org="com.sdchang" name="leg" rev="0.0.1">
<artifact name="leg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdchang', module='leg', version='0.0.1')
)
libraryDependencies += "com.sdchang" % "leg" % "0.0.1"
[com.sdchang/leg "0.0.1"]