GroupId | GroupIdorg.smallmind |
---|---|
ArtifactId | ArtifactIdsmallmind-artifact |
Version | Version1.8.6 |
Type | Typepom |
Filename | Size |
---|---|
smallmind-artifact-1.8.6.pom | 783 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/smallmind-artifact/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-artifact</artifactId>
<version>1.8.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/smallmind-artifact/
implementation 'org.smallmind:smallmind-artifact:1.8.6'
// https://jarcasting.com/artifacts/org.smallmind/smallmind-artifact/
implementation ("org.smallmind:smallmind-artifact:1.8.6")
'org.smallmind:smallmind-artifact:pom:1.8.6'
<dependency org="org.smallmind" name="smallmind-artifact" rev="1.8.6">
<artifact name="smallmind-artifact" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='smallmind-artifact', version='1.8.6')
)
libraryDependencies += "org.smallmind" % "smallmind-artifact" % "1.8.6"
[org.smallmind/smallmind-artifact "1.8.6"]