GroupId | GroupIdorg.smallmind |
---|---|
ArtifactId | ArtifactIdsmallmind |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
smallmind-2.2.1.pom | 31 KB |
smallmind-2.2.1-javadoc.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/smallmind/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/smallmind/
implementation 'org.smallmind:smallmind:2.2.1'
// https://jarcasting.com/artifacts/org.smallmind/smallmind/
implementation ("org.smallmind:smallmind:2.2.1")
'org.smallmind:smallmind:jar:2.2.1'
<dependency org="org.smallmind" name="smallmind" rev="2.2.1">
<artifact name="smallmind" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='smallmind', version='2.2.1')
)
libraryDependencies += "org.smallmind" % "smallmind" % "2.2.1"
[org.smallmind/smallmind "2.2.1"]