Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdorg.hnau.svgpath |
ArtifactId | ArtifactIdkotlincode |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
kotlincode-1.0.2.pom | |
kotlincode-1.0.2.jar | 12 KB |
kotlincode-1.0.2-sources.jar | 3 KB |
kotlincode-1.0.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hnau.svgpath/kotlincode/ -->
<dependency>
<groupId>org.hnau.svgpath</groupId>
<artifactId>kotlincode</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hnau.svgpath/kotlincode/
implementation 'org.hnau.svgpath:kotlincode:1.0.2'
// https://jarcasting.com/artifacts/org.hnau.svgpath/kotlincode/
implementation ("org.hnau.svgpath:kotlincode:1.0.2")
'org.hnau.svgpath:kotlincode:jar:1.0.2'
<dependency org="org.hnau.svgpath" name="kotlincode" rev="1.0.2">
<artifact name="kotlincode" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hnau.svgpath', module='kotlincode', version='1.0.2')
)
libraryDependencies += "org.hnau.svgpath" % "kotlincode" % "1.0.2"
[org.hnau.svgpath/kotlincode "1.0.2"]