| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdat.porscheinformatik.weblate |
| ArtifactId | ArtifactIdweblate-spring |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWeblate Spring Integration
Provides a Spring MessageSource backed by Weblate.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| weblate-spring-0.4.0.pom | |
| weblate-spring-0.4.0.jar | 10 KB |
| weblate-spring-0.4.0-sources.jar | 7 KB |
| weblate-spring-0.4.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.porscheinformatik.weblate/weblate-spring/ -->
<dependency>
<groupId>at.porscheinformatik.weblate</groupId>
<artifactId>weblate-spring</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.porscheinformatik.weblate/weblate-spring/
implementation 'at.porscheinformatik.weblate:weblate-spring:0.4.0'
// https://jarcasting.com/artifacts/at.porscheinformatik.weblate/weblate-spring/
implementation ("at.porscheinformatik.weblate:weblate-spring:0.4.0")
'at.porscheinformatik.weblate:weblate-spring:jar:0.4.0'
<dependency org="at.porscheinformatik.weblate" name="weblate-spring" rev="0.4.0">
<artifact name="weblate-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.porscheinformatik.weblate', module='weblate-spring', version='0.4.0')
)
libraryDependencies += "at.porscheinformatik.weblate" % "weblate-spring" % "0.4.0"
[at.porscheinformatik.weblate/weblate-spring "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | |
| org.springframework : spring-web | jar | |
| com.fasterxml.jackson.core : jackson-core | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | |
| org.junit.jupiter : junit-jupiter | jar | |
| org.hamcrest : hamcrest-core | jar |