License |
License |
---|---|
GroupId | GroupIdorg.springmad |
ArtifactId | ArtifactIdspringmad |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspringmad
springmad is a lightweight Java Web Framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
springmad-1.3.1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springmad/springmad/ -->
<dependency>
<groupId>org.springmad</groupId>
<artifactId>springmad</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springmad/springmad/
implementation 'org.springmad:springmad:1.3.1'
// https://jarcasting.com/artifacts/org.springmad/springmad/
implementation ("org.springmad:springmad:1.3.1")
'org.springmad:springmad:pom:1.3.1'
<dependency org="org.springmad" name="springmad" rev="1.3.1">
<artifact name="springmad" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springmad', module='springmad', version='1.3.1')
)
libraryDependencies += "org.springmad" % "springmad" % "1.3.1"
[org.springmad/springmad "1.3.1"]