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