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