s

smallmind-web

Web Application Services
Files download
File Operation
smallmind-web-3.3.24.pom download
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>smallmind-web</artifactId>
  <version>3.3.24</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.smallmind:smallmind-web:3.3.24'
Gradle Kotlin
implementation("org.smallmind:smallmind-web:3.3.24")
Scala SBT
libraryDependencies += "org.smallmind" % "smallmind-web" % "3.3.24"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='smallmind-web', version='3.3.24')
)
Apache Ivy
<dependency org="org.smallmind" name="smallmind-web" rev="3.3.24" />
Leiningen
[org.smallmind/smallmind-web "3.3.24"]
Apache Buildr
'org.smallmind:smallmind-web:jar:3.3.24'