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