| License |
License |
|---|---|
| GroupId | GroupIdam.ik.woothee |
| ArtifactId | ArtifactIdwoothee-spring |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionWoothee Spring
Woothee integration with Spring MVC
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| woothee-spring-1.0.0.pom | |
| woothee-spring-1.0.0.jar | 4 KB |
| woothee-spring-1.0.0-sources.jar | 2 KB |
| woothee-spring-1.0.0-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/am.ik.woothee/woothee-spring/ -->
<dependency>
<groupId>am.ik.woothee</groupId>
<artifactId>woothee-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/am.ik.woothee/woothee-spring/
implementation 'am.ik.woothee:woothee-spring:1.0.0'
// https://jarcasting.com/artifacts/am.ik.woothee/woothee-spring/
implementation ("am.ik.woothee:woothee-spring:1.0.0")
'am.ik.woothee:woothee-spring:jar:1.0.0'
<dependency org="am.ik.woothee" name="woothee-spring" rev="1.0.0">
<artifact name="woothee-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='am.ik.woothee', module='woothee-spring', version='1.0.0')
)
libraryDependencies += "am.ik.woothee" % "woothee-spring" % "1.0.0"
[am.ik.woothee/woothee-spring "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-webmvc | jar | |
| is.tagomor.woothee : woothee-java | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar |