License |
License |
---|---|
GroupId | GroupIdworks.lmz.web |
ArtifactId | ArtifactIdlmz-simple-spring-webhost |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlmz-simple-spring-webhost
This artifact holds a web.xml that simply loads the web-spring.xml which auto-scans for
LMZ artifacts. You would not use this if you put your spring artifacts in other places
and need to scan for more.
|
<!-- https://jarcasting.com/artifacts/works.lmz.web/lmz-simple-spring-webhost/ -->
<dependency>
<groupId>works.lmz.web</groupId>
<artifactId>lmz-simple-spring-webhost</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/works.lmz.web/lmz-simple-spring-webhost/
implementation 'works.lmz.web:lmz-simple-spring-webhost:1.1'
// https://jarcasting.com/artifacts/works.lmz.web/lmz-simple-spring-webhost/
implementation ("works.lmz.web:lmz-simple-spring-webhost:1.1")
'works.lmz.web:lmz-simple-spring-webhost:jar:1.1'
<dependency org="works.lmz.web" name="lmz-simple-spring-webhost" rev="1.1">
<artifact name="lmz-simple-spring-webhost" type="jar" />
</dependency>
@Grapes(
@Grab(group='works.lmz.web', module='lmz-simple-spring-webhost', version='1.1')
)
libraryDependencies += "works.lmz.web" % "lmz-simple-spring-webhost" % "1.1"
[works.lmz.web/lmz-simple-spring-webhost "1.1"]