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