GroupId | GroupIdorg.hnau.svgpath |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
common-1.0.1.pom | |
common-1.0.1.jar | 3 KB |
common-1.0.1-sources.jar | 3 KB |
common-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hnau.svgpath/common/
implementation 'org.hnau.svgpath:common:1.0.1'
// https://jarcasting.com/artifacts/org.hnau.svgpath/common/
implementation ("org.hnau.svgpath:common:1.0.1")
'org.hnau.svgpath:common:jar:1.0.1'
<dependency org="org.hnau.svgpath" name="common" rev="1.0.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hnau.svgpath', module='common', version='1.0.1')
)
libraryDependencies += "org.hnau.svgpath" % "common" % "1.0.1"
[org.hnau.svgpath/common "1.0.1"]