License |
License |
---|---|
GroupId | GroupIdorg.hnau.svgpath |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSvgPathCommon
Svg path common utils
|
Filename | Size |
---|---|
common-1.0.2.pom | |
common-1.0.2.jar | 3 KB |
common-1.0.2-sources.jar | 3 KB |
common-1.0.2-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hnau.svgpath/common/ -->
<dependency>
<groupId>org.hnau.svgpath</groupId>
<artifactId>common</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hnau.svgpath/common/
implementation 'org.hnau.svgpath:common:1.0.2'
// https://jarcasting.com/artifacts/org.hnau.svgpath/common/
implementation ("org.hnau.svgpath:common:1.0.2")
'org.hnau.svgpath:common:jar:1.0.2'
<dependency org="org.hnau.svgpath" name="common" rev="1.0.2">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hnau.svgpath', module='common', version='1.0.2')
)
libraryDependencies += "org.hnau.svgpath" % "common" % "1.0.2"
[org.hnau.svgpath/common "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.70 |