GroupId | GroupIdtop.oneyoung |
---|---|
ArtifactId | ArtifactIdoneyoung-converter |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
oneyoung-converter-0.0.1.pom | |
oneyoung-converter-0.0.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.oneyoung/oneyoung-converter/ -->
<dependency>
<groupId>top.oneyoung</groupId>
<artifactId>oneyoung-converter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.oneyoung/oneyoung-converter/
implementation 'top.oneyoung:oneyoung-converter:0.0.1'
// https://jarcasting.com/artifacts/top.oneyoung/oneyoung-converter/
implementation ("top.oneyoung:oneyoung-converter:0.0.1")
'top.oneyoung:oneyoung-converter:jar:0.0.1'
<dependency org="top.oneyoung" name="oneyoung-converter" rev="0.0.1">
<artifact name="oneyoung-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.oneyoung', module='oneyoung-converter', version='0.0.1')
)
libraryDependencies += "top.oneyoung" % "oneyoung-converter" % "0.0.1"
[top.oneyoung/oneyoung-converter "0.0.1"]