GroupId | GroupIdcom.globalmentor |
---|---|
ArtifactId | ArtifactIdglobalmentor-svg-spec |
Version | Version0.6.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.globalmentor/globalmentor-svg-spec/ -->
<dependency>
<groupId>com.globalmentor</groupId>
<artifactId>globalmentor-svg-spec</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.globalmentor/globalmentor-svg-spec/
implementation 'com.globalmentor:globalmentor-svg-spec:0.6.3'
// https://jarcasting.com/artifacts/com.globalmentor/globalmentor-svg-spec/
implementation ("com.globalmentor:globalmentor-svg-spec:0.6.3")
'com.globalmentor:globalmentor-svg-spec:jar:0.6.3'
<dependency org="com.globalmentor" name="globalmentor-svg-spec" rev="0.6.3">
<artifact name="globalmentor-svg-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.globalmentor', module='globalmentor-svg-spec', version='0.6.3')
)
libraryDependencies += "com.globalmentor" % "globalmentor-svg-spec" % "0.6.3"
[com.globalmentor/globalmentor-svg-spec "0.6.3"]